aboutsummaryrefslogtreecommitdiff
path: root/generic/Item.c
diff options
context:
space:
mode:
authorlecoanet2003-04-24 14:03:53 +0000
committerlecoanet2003-04-24 14:03:53 +0000
commitc1160f35c68aea19100799b6fcd2ce26b6b54637 (patch)
tree615de27e24f747f599e8003d8dab374260a15e29 /generic/Item.c
parent4f4039bb4cdb377a78ca3c2fef9cd9dc768f75a7 (diff)
downloadtkzinc-c1160f35c68aea19100799b6fcd2ce26b6b54637.zip
tkzinc-c1160f35c68aea19100799b6fcd2ce26b6b54637.tar.gz
tkzinc-c1160f35c68aea19100799b6fcd2ce26b6b54637.tar.bz2
tkzinc-c1160f35c68aea19100799b6fcd2ce26b6b54637.tar.xz
Corrected glu.h include and re-ordered Types.h to correct problems
under Windows.
Diffstat (limited to 'generic/Item.c')
-rw-r--r--generic/Item.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Item.c b/generic/Item.c
index 45581e3..0353b06 100644
--- a/generic/Item.c
+++ b/generic/Item.c
@@ -27,11 +27,11 @@
*/
-#include "libtess/glu.h"
+#include "Types.h"
+#include "glu.h"
#include "Field.h"
#include "Item.h"
#include "Group.h"
-#include "Types.h"
#include "WidgetInfo.h"
#include "Geo.h"
#include "Draw.h"