summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/egl/drivers/haiku/egl_haiku.cpp2
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 4cf2ccb9db8..4d9888ded2b 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>