glapi/hgl: Drop extern "C" as it was added to glapi
[mesa.git] / src / hgl / GLDispatcher.cpp
index 46b91d57c4990a3c8e2c3e231d7e313a2a51ccb0..a1e9053617c916d346adbc5808c95218e6172615 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
- * Copyright 2000-2012 Haiku, Inc. All Rights Reserved.
+ * Copyright 2000-2015 Haiku, Inc. All Rights Reserved.
  * Distributed under the terms of the MIT License.
  *
  * Authors:
  */
 
 
-extern "C" {
 #include "glapi/glapi.h"
 #include "glapi/glapi_priv.h"
 
+
+extern "C" {
 /*
  * NOTE: this file portion implements C-based dispatch of the OpenGL entrypoints
  * (glAccum, glBegin, etc).