aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view2D
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-07-04 21:42:28 +0000
committerdos-reis <gdr@axiomatics.org>2011-07-04 21:42:28 +0000
commite1989d674ccc83e2ca332b1dad30cefff007c32b (patch)
tree9cb9f6612fdddc02f765f7622960838e9894551a /src/graph/view2D
parent1a18d7b2e1b3796f6dc360e3bae0a57616aa497c (diff)
downloadopen-axiom-e1989d674ccc83e2ca332b1dad30cefff007c32b.tar.gz
* graph/view2D/process2d.c: Include "cfuns.h? before other local
headers. * graph/view2D/control2d.c: Likewise. * graph/view2D/main2d.c: Likewise. * graph/view3D/process3d.c: Likewise. * graph/view3D/main3d.c: Likewise. * graph/view3D/surface3d.c: Likewise.
Diffstat (limited to 'src/graph/view2D')
-rw-r--r--src/graph/view2D/control2d.c4
-rw-r--r--src/graph/view2D/main2d.c4
-rw-r--r--src/graph/view2D/process2d.c5
3 files changed, 6 insertions, 7 deletions
diff --git a/src/graph/view2D/control2d.c b/src/graph/view2D/control2d.c
index b3031697..191a0619 100644
--- a/src/graph/view2D/control2d.c
+++ b/src/graph/view2D/control2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2010, Gabriel Dos Reis.
+ Copyright (C) 2007-2011, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -44,13 +44,13 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include "cfuns.h"
#include "header2.h"
#include "buttons2d.H1"
#include "all_2d.H1"
#include "Gfun.H1"
#include "XSpadFill.h"
#include "util.H1"
-#include "cfuns.h"
#include "mouse11.bitmap"
diff --git a/src/graph/view2D/main2d.c b/src/graph/view2D/main2d.c
index 5642c7ae..1c176729 100644
--- a/src/graph/view2D/main2d.c
+++ b/src/graph/view2D/main2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2010, Gabriel Dos Reis.
+ Copyright (C) 2007-2011, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -42,6 +42,7 @@
#include <unistd.h>
#include <signal.h>
+#include "cfuns.h"
#include "header2.h"
#include "bsdsignal.h"
#include "globals2.h"
@@ -49,7 +50,6 @@
#include "Gfun.H1"
#include "util.H1"
#include "XSpadFill.h"
-#include "cfuns.h"
using namespace OpenAxiom;
diff --git a/src/graph/view2D/process2d.c b/src/graph/view2D/process2d.c
index 803a2822..276948ef 100644
--- a/src/graph/view2D/process2d.c
+++ b/src/graph/view2D/process2d.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2010, Gabriel Dos Reis.
+ Copyright (C) 2007-2011, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -46,13 +46,12 @@
#include <sys/select.h>
#endif
+#include "cfuns.h"
#include "header2.h"
-
#include "all_2d.H1"
#include "util.H1"
#include "Gfun.H1"
#include "XSpadFill.h"
-#include "cfuns.h"
using namespace OpenAxiom;