[Mesa-dev] [PATCH 2/2] egl/haiku: Drop extern "C". No longer needed

Alexander von Gluck IV kallisti5 at unixzen.com
Wed May 13 15:14:37 PDT 2015


---
 src/egl/drivers/haiku/egl_haiku.cpp |    2 --
 1 files changed, 0 insertions(+), 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>
-- 
1.7.1



More information about the mesa-dev mailing list