prefix some #includes

This commit is contained in:
Brian 2007-12-11 19:16:46 -07:00
parent 6f467e5737
commit 5dcc894ea2

View file

@ -40,9 +40,9 @@
#ifndef GLX_USE_APPLEGL
#include "glheader.h"
#include "glapi.h"
#include "glapitable.h"
#include "glthread.h"
#include "glapi/glapi.h"
#include "glapi/glapitable.h"
#include "glapi/glthread.h"
#if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM))
@ -87,8 +87,8 @@
#define GLAPIENTRY
#endif
#include "dispatch.h"
#include "glapitemp.h"
#include "glapi/dispatch.h"
#include "glapi/glapitemp.h"
#endif /* USE_X86_ASM */