aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view2D/main2d.c
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/main2d.c
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/main2d.c')
-rw-r--r--src/graph/view2D/main2d.c4
1 files changed, 2 insertions, 2 deletions
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;