diff options
author | Vinson Lee <[email protected]> | 2010-08-12 23:51:16 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-12 23:51:16 -0700 |
commit | 8829e0c3f3d4a53d702eca91253b5194f1d94503 (patch) | |
tree | 27653d336f7febc89d83c8d8ccfa072dcda99be5 /src/mesa | |
parent | db0c6810f9cd1705fe27231ca7f8dcf0c4d6874d (diff) |
swrast: Clean up header file inclusion in ss_context.h.
Remove mtypes.h and swrast_setup.h.
Include glheader.h for GL symbols.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/swrast_setup/ss_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast_setup/ss_context.h b/src/mesa/swrast_setup/ss_context.h index 1ec293fade1..56551ab273c 100644 --- a/src/mesa/swrast_setup/ss_context.h +++ b/src/mesa/swrast_setup/ss_context.h @@ -28,9 +28,8 @@ #ifndef SS_CONTEXT_H #define SS_CONTEXT_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "swrast/swrast.h" -#include "swrast_setup.h" #include "tnl/t_context.h" typedef struct { |