summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-17 15:13:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-17 15:13:43 +0000
commitc6dcb0fe89aed5ca3659c9bd0206bbd6ab352e44 (patch)
tree905badbadd2c0e880acdc7d0dcb95210858a52ac /src/mesa
parent54e92e8420a028f07b0971ee8aa93be9b4214579 (diff)
move #include glheader.h before extern C namespace
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/imports.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 8de543b130..5207b0124f 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -1,4 +1,4 @@
-/* $Id: imports.h,v 1.18 2003/03/07 14:54:22 brianp Exp $ */
+/* $Id: imports.h,v 1.19 2003/03/17 15:13:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -35,16 +35,16 @@
#define IMPORTS_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
/* XXX some of the stuff in glheader.h should be moved into this file.
*/
#include "glheader.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
/**********************************************************************
* General macros
*/