summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstate.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2018-01-16 21:44:43 -0700
committerBrian Paul <[email protected]>2018-01-17 11:17:56 -0700
commit02c0734adcb76fd7c0541d961b2c83196150ba2a (patch)
treee47bd2c972a3f92f15fd467b847aafe428da7bc1 /src/mesa/main/texstate.h
parent7845397183aeb60c67b81facacc0b3f8d3cbe2d8 (diff)
mesa: remove unneeded #includes of main/compiler.h
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/texstate.h')
-rw-r--r--src/mesa/main/texstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h
index 7c74329a64e..4f515e425a8 100644
--- a/src/mesa/main/texstate.h
+++ b/src/mesa/main/texstate.h
@@ -32,7 +32,6 @@
#define TEXSTATE_H
-#include "compiler.h"
#include "enums.h"
#include "macros.h"
#include "mtypes.h"