diff options
author | Brian Paul <[email protected]> | 2018-01-16 21:44:43 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-17 11:17:56 -0700 |
commit | 02c0734adcb76fd7c0541d961b2c83196150ba2a (patch) | |
tree | e47bd2c972a3f92f15fd467b847aafe428da7bc1 /src/mesa/swrast | |
parent | 7845397183aeb60c67b81facacc0b3f8d3cbe2d8 (diff) |
mesa: remove unneeded #includes of main/compiler.h
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 7cf0e30dc30..49c30a3de3b 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -43,7 +43,6 @@ #ifndef S_CONTEXT_H #define S_CONTEXT_H -#include "main/compiler.h" #include "main/mtypes.h" #include "main/texcompress.h" #include "program/prog_execute.h" |