Mesa (master): egl/haiku: Drop extern "C". No longer needed

Alexander von Gluck IV kallisti5 at kemper.freedesktop.org
Thu May 14 18:09:28 UTC 2015


Module: Mesa
Branch: master
Commit: 0fbf49ce574ca645c68fdbb24d35c61fdd64921b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fbf49ce574ca645c68fdbb24d35c61fdd64921b

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Wed May 13 17:14:10 2015 -0500

egl/haiku: Drop extern "C". No longer needed

Reviewed-⁠by: Brian Paul <brianp at vmware.com>

---

 src/egl/drivers/haiku/egl_haiku.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/egl/drivers/haiku/egl_haiku.cpp b/src/egl/drivers/haiku/egl_haiku.cpp
index 4cf2ccb..4d9888d 100644
--- a/src/egl/drivers/haiku/egl_haiku.cpp
+++ b/src/egl/drivers/haiku/egl_haiku.cpp
@@ -27,7 +27,6 @@
 #include <stdint.h>
 #include <stdio.h>
 
-extern "C" {
 #include "loader.h"
 #include "eglconfig.h"
 #include "eglcontext.h"
@@ -38,7 +37,6 @@ extern "C" {
 #include "eglsurface.h"
 #include "eglimage.h"
 #include "egltypedefs.h"
-}
 
 #include <InterfaceKit.h>
 #include <OpenGLKit.h>




More information about the mesa-commit mailing list