diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 15:37:18 +0200 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2026-03-17 11:28:16 +0200 |
| commit | 306845937841124a71ebaf03d5dff59014398948 (patch) | |
| tree | 317806875efbe0347782f2187631b1de2134653e /src/graph/viewman | |
| parent | 088873fbc7f92c3d8d582f29eb44e39a136e944d (diff) | |
| download | open-axiom-new-build.tar.gz | |
WIPnew-build
Diffstat (limited to 'src/graph/viewman')
| -rw-r--r-- | src/graph/viewman/cleanup.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/make2D.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/make3D.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/makeGraph.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/readView.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/sselect.c | 1 | ||||
| -rw-r--r-- | src/graph/viewman/viewman.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/graph/viewman/cleanup.c b/src/graph/viewman/cleanup.c index 4dfbc04e..20c4cfa9 100644 --- a/src/graph/viewman/cleanup.c +++ b/src/graph/viewman/cleanup.c @@ -34,7 +34,6 @@ */ #define _CLEANUP_C -#include "openaxiom-c-macros.h" #include <stdlib.h> #include <unistd.h> diff --git a/src/graph/viewman/make2D.c b/src/graph/viewman/make2D.c index 65810003..0cbcf8bc 100644 --- a/src/graph/viewman/make2D.c +++ b/src/graph/viewman/make2D.c @@ -34,7 +34,6 @@ */ #define _MAKE2D_C -#include "openaxiom-c-macros.h" #include "viewman.h" diff --git a/src/graph/viewman/make3D.c b/src/graph/viewman/make3D.c index 30f2e869..2bbaebb9 100644 --- a/src/graph/viewman/make3D.c +++ b/src/graph/viewman/make3D.c @@ -34,7 +34,6 @@ */ #define _MAKE3D_C -#include "openaxiom-c-macros.h" #include <stdlib.h> diff --git a/src/graph/viewman/makeGraph.c b/src/graph/viewman/makeGraph.c index 331d32cf..344144ec 100644 --- a/src/graph/viewman/makeGraph.c +++ b/src/graph/viewman/makeGraph.c @@ -34,7 +34,6 @@ */ #define _MAKEGRAPH_C -#include "openaxiom-c-macros.h" #include <stdlib.h> #include <stdio.h> diff --git a/src/graph/viewman/readView.c b/src/graph/viewman/readView.c index b21cf3df..13745459 100644 --- a/src/graph/viewman/readView.c +++ b/src/graph/viewman/readView.c @@ -34,7 +34,6 @@ */ #define _READVIEW_C -#include "openaxiom-c-macros.h" #include <unistd.h> #include <stdio.h> diff --git a/src/graph/viewman/sselect.c b/src/graph/viewman/sselect.c index 68a3f869..942aa14c 100644 --- a/src/graph/viewman/sselect.c +++ b/src/graph/viewman/sselect.c @@ -34,7 +34,6 @@ */ #define _SSELECT_C -#include "openaxiom-c-macros.h" #include <stdio.h> #include <errno.h> diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c index e5940302..34c48a71 100644 --- a/src/graph/viewman/viewman.c +++ b/src/graph/viewman/viewman.c @@ -34,7 +34,6 @@ */ #define _VIEWMAN_C -#include "openaxiom-c-macros.h" #include <unistd.h> #include <sys/time.h> |
