diff options
author | Chia-I Wu <[email protected]> | 2010-10-29 12:45:04 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-10-29 12:46:59 +0800 |
commit | 9de5c6a1cb1428154c371f4331b55b5161957b50 (patch) | |
tree | d4a40efee4d53646fb0350c7e4cf1472bd42a98c /src/mesa/main/dispatch.h | |
parent | 815faa448cccc38aebb1b60ecf0bd7e6bf8f277e (diff) | |
parent | b762db62c2972506fa78a5ed72f796113fc9b0d1 (diff) |
Merge branch 'glapi-reorg'
Conflicts:
src/mapi/glapi/glapi_sparc.S
src/mapi/glapi/glapi_x86.S
src/mapi/glapi/glapidispatch.h
src/mapi/glapi/glapioffsets.h
src/mapi/glapi/glprocs.h
Diffstat (limited to 'src/mesa/main/dispatch.h')
-rw-r--r-- | src/mesa/main/dispatch.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/dispatch.h b/src/mesa/main/dispatch.h index 27f80a50629..552384c500c 100644 --- a/src/mesa/main/dispatch.h +++ b/src/mesa/main/dispatch.h @@ -30,8 +30,6 @@ #define _GLAPI_USE_REMAP_TABLE #endif -#include "glapi/glapitable.h" -#include "glapi/glapioffsets.h" -#include "glapi/glapidispatch.h" +#include "main/glapidispatch.h" #endif /* _DISPATCH_H */ |