move #include glheader.h before extern C namespace
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 17 Mar 2003 15:13:43 +0000 (15:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 17 Mar 2003 15:13:43 +0000 (15:13 +0000)
src/mesa/main/imports.h

index 8de543b..5207b01 100644 (file)
@@ -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
 #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
  */