summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_sampler.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-03 09:26:25 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-03 09:26:25 -0600
commit736f535b4f1c5e6912b5b2fe9415a3b44a678844 (patch)
treec69d582b4322caa184dfe7d29b7272257bbe0ebf /src/mesa/state_tracker/st_atom_sampler.c
parentbc57a7c9f7e5f70d77e7f02da2a214a56fad1d80 (diff)
gallium: fix warnings
Diffstat (limited to 'src/mesa/state_tracker/st_atom_sampler.c')
-rw-r--r--src/mesa/state_tracker/st_atom_sampler.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c
index 379b41c654..10283d31a1 100644
--- a/src/mesa/state_tracker/st_atom_sampler.c
+++ b/src/mesa/state_tracker/st_atom_sampler.c
@@ -32,12 +32,14 @@
*/
+#include "main/macros.h"
+
#include "st_context.h"
#include "st_atom.h"
#include "st_program.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
-#include "pipe/p_util.h"
+
#include "cso_cache/cso_context.h"