diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 15:37:18 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2022-12-05 18:48:51 +0200 |
commit | 4ae82c64d8f219666c2f8315a8a5ab9e30a1c1af (patch) | |
tree | c6b6cdec7660f287802ae1397e0dce087969a375 /src/graph/view2D | |
parent | 088873fbc7f92c3d8d582f29eb44e39a136e944d (diff) | |
download | open-axiom-new-build.tar.gz |
WIPnew-build
Diffstat (limited to 'src/graph/view2D')
-rw-r--r-- | src/graph/view2D/buttons2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/control2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/graph2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/main2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/pot2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/process2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/spadAction2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/stuff2d.c | 1 | ||||
-rw-r--r-- | src/graph/view2D/write2d.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/src/graph/view2D/buttons2d.c b/src/graph/view2D/buttons2d.c index 1babc196..1f435657 100644 --- a/src/graph/view2D/buttons2d.c +++ b/src/graph/view2D/buttons2d.c @@ -34,7 +34,6 @@ */ #define _BUTTONS2D_C -#include "openaxiom-c-macros.h" #include <string.h> diff --git a/src/graph/view2D/control2d.c b/src/graph/view2D/control2d.c index 051184c4..83be366c 100644 --- a/src/graph/view2D/control2d.c +++ b/src/graph/view2D/control2d.c @@ -34,7 +34,6 @@ */ #define _CONTROL2D_C -#include "openaxiom-c-macros.h" #include <stdlib.h> #include <unistd.h> diff --git a/src/graph/view2D/graph2d.c b/src/graph/view2D/graph2d.c index dadd4008..2e1f9f86 100644 --- a/src/graph/view2D/graph2d.c +++ b/src/graph/view2D/graph2d.c @@ -34,7 +34,6 @@ */ #define _GRAPH2D_C -#include "openaxiom-c-macros.h" #include <stdio.h> #include <unistd.h> diff --git a/src/graph/view2D/main2d.c b/src/graph/view2D/main2d.c index 29c3b3d7..ac8547ee 100644 --- a/src/graph/view2D/main2d.c +++ b/src/graph/view2D/main2d.c @@ -34,7 +34,6 @@ */ #define _MAIN2D_C -#include "openaxiom-c-macros.h" #include <string.h> #include <stdlib.h> diff --git a/src/graph/view2D/pot2d.c b/src/graph/view2D/pot2d.c index 19f34e96..69aa985a 100644 --- a/src/graph/view2D/pot2d.c +++ b/src/graph/view2D/pot2d.c @@ -34,7 +34,6 @@ */ #define _POT2D_C -#include "openaxiom-c-macros.h" #include "header2.h" diff --git a/src/graph/view2D/process2d.c b/src/graph/view2D/process2d.c index 52c326f6..96740d35 100644 --- a/src/graph/view2D/process2d.c +++ b/src/graph/view2D/process2d.c @@ -34,7 +34,6 @@ */ #define _PROCESS2D_C -#include "openaxiom-c-macros.h" #include <string.h> #include <stdio.h> diff --git a/src/graph/view2D/spadAction2d.c b/src/graph/view2D/spadAction2d.c index 60789eb1..bceec18d 100644 --- a/src/graph/view2D/spadAction2d.c +++ b/src/graph/view2D/spadAction2d.c @@ -34,7 +34,6 @@ */ #define _SPADACTION2D_C -#include "openaxiom-c-macros.h" #include <stdio.h> #include <stdlib.h> diff --git a/src/graph/view2D/stuff2d.c b/src/graph/view2D/stuff2d.c index 1674d2f2..49649fdb 100644 --- a/src/graph/view2D/stuff2d.c +++ b/src/graph/view2D/stuff2d.c @@ -34,7 +34,6 @@ */ #define _STUFF2D_C -#include "openaxiom-c-macros.h" #include <unistd.h> #include <stdlib.h> diff --git a/src/graph/view2D/write2d.c b/src/graph/view2D/write2d.c index 395b821a..967dd149 100644 --- a/src/graph/view2D/write2d.c +++ b/src/graph/view2D/write2d.c @@ -34,7 +34,6 @@ */ #define _WRITE2D_C -#include "openaxiom-c-macros.h" #include <stdio.h> #include <stdlib.h> |