egl/haiku: Drop extern "C". No longer needed
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Wed, 13 May 2015 22:14:10 +0000 (17:14 -0500)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Thu, 14 May 2015 18:08:40 +0000 (14:08 -0400)
Reviewed-⁠by: Brian Paul <brianp@vmware.com>

src/egl/drivers/haiku/egl_haiku.cpp

index 4cf2ccb9db85a9d02b326596098d8c27e82972ca..4d9888ded2b2e390d9bf4cedf61b7f656f946c0c 100644 (file)
@@ -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>