diff options
author | Brian Paul <[email protected]> | 2008-05-03 09:26:25 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-03 09:26:25 -0600 |
commit | 736f535b4f1c5e6912b5b2fe9415a3b44a678844 (patch) | |
tree | c69d582b4322caa184dfe7d29b7272257bbe0ebf /src/mesa/state_tracker/st_atom_sampler.c | |
parent | bc57a7c9f7e5f70d77e7f02da2a214a56fad1d80 (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.c | 4 |
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 379b41c654f..10283d31a19 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" |