diff options
author | Brian Paul <[email protected]> | 2009-02-22 15:43:29 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-22 15:43:29 -0700 |
commit | f2c023291a1f2887294d2aac504f8b82857ad092 (patch) | |
tree | 0853aec40ab08699d093debf08ab4553159a0cf8 /src/mesa/main/dispatch.c | |
parent | d909dbcc43c5c1d51a3946488e68a7cd1fbfe920 (diff) |
mesa: move a bunch of compiler-related stuff into new compiler.h header
This trims down and cleans up imports.h and glheader.h quite a bit.
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r-- | src/mesa/main/dispatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 34127cb248a..bf1a0137896 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -40,6 +40,7 @@ #ifndef GLX_USE_APPLEGL #include "main/glheader.h" +#include "main/compiler.h" #include "glapi/glapi.h" #include "glapi/glapitable.h" #include "glapi/glthread.h" |