diff options
| author | Chia-I Wu <olvaffe@gmail.com> | 2009-09-03 11:03:20 +0800 |
|---|---|---|
| committer | Chia-I Wu <olvaffe@gmail.com> | 2009-09-12 20:56:02 +0800 |
| commit | 3de1a6584fd8596b6ad45dbd55f7d285885f0544 (patch) | |
| tree | cf0689c33ae8aceb3951d161eef37d4ea4d4c960 /src/mesa/glapi/glapi_getproc.c | |
| parent | 3c417b27a259533aa7a4fcb886c42a3f50d38184 (diff) | |
glapi: Prefix includes with glapi.
This allows different sets of generated headers to be used.
Diffstat (limited to 'src/mesa/glapi/glapi_getproc.c')
| -rw-r--r-- | src/mesa/glapi/glapi_getproc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c index ed443c12c8..decdd05b13 100644 --- a/src/mesa/glapi/glapi_getproc.c +++ b/src/mesa/glapi/glapi_getproc.c @@ -34,9 +34,9 @@ #include <string.h> #include "main/glheader.h" #include "main/compiler.h" -#include "glapi.h" -#include "glapioffsets.h" -#include "glapitable.h" +#include "glapi/glapi.h" +#include "glapi/glapioffsets.h" +#include "glapi/glapitable.h" static void @@ -75,7 +75,7 @@ str_dup(const char *str) #endif /* The code in this file is auto-generated with Python */ -#include "glprocs.h" +#include "glapi/glprocs.h" /** |
