summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/sampler.cpp
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-26 13:03:05 -0700
committerBrian Paul <[email protected]>2015-03-02 08:55:30 -0700
commit775049b6adb3f83b7c00cfc06088c443aef0b514 (patch)
tree8e2952491e6c5f31f603648a4bb3bb9bde7eae26 /src/mesa/program/sampler.cpp
parentfa5140bb18422da570958a58a4bd0cec718402e7 (diff)
mesa: trim down includes of compiler.h
In some cases, glheader.h is the right #include. Also remove some instances of struct _glapi_table declarations. Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/program/sampler.cpp')
-rw-r--r--src/mesa/program/sampler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/sampler.cpp b/src/mesa/program/sampler.cpp
index f8584c96810..ea3024d512a 100644
--- a/src/mesa/program/sampler.cpp
+++ b/src/mesa/program/sampler.cpp
@@ -29,7 +29,6 @@
#include "../glsl/program.h"
#include "ir_uniform.h"
-#include "main/compiler.h"
#include "main/mtypes.h"
#include "program/hash_table.h"
#include "program/prog_parameter.h"