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

Reviewed-⁠by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Alexander von Gluck IV 2015-05-13 17:14:10 -05:00
parent 8362068c1b
commit 0fbf49ce57

View 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>