OSDN Git Service

Remove the Radiance compiler copy and use OpenGL's instead.
[android-x86/external-swiftshader.git] / src / OpenGL / compiler / PoolAlloc.cpp
index 6ec3c40..a8347c2 100644 (file)
@@ -4,15 +4,15 @@
 // found in the LICENSE file.
 //
 
-#include "compiler/PoolAlloc.h"
+#include "PoolAlloc.h"
 
 #ifndef _MSC_VER
 #include <stdint.h>
 #endif
 #include <stdio.h>
 
-#include "compiler/InitializeGlobals.h"
-#include "compiler/osinclude.h"
+#include "InitializeGlobals.h"
+#include "osinclude.h"
 
 OS_TLSIndex PoolIndex = OS_INVALID_TLS_INDEX;