diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-22 10:04:16 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-22 10:04:16 -0600 |
commit | 4ed87bf2291e4873e94cefe44ddf2b590b09cc42 (patch) | |
tree | 31fc9c4360700a1fe4f04f8188714fa9da794351 /src/mesa/pipe/i915simple/i915_tex_layout.c | |
parent | 0e8761725536388603b15b093c0293892bd72635 (diff) |
remove unneeded includes
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_tex_layout.c')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_tex_layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_tex_layout.c b/src/mesa/pipe/i915simple/i915_tex_layout.c index ec1fb9532d..39c3cf2f71 100644 --- a/src/mesa/pipe/i915simple/i915_tex_layout.c +++ b/src/mesa/pipe/i915simple/i915_tex_layout.c @@ -30,7 +30,6 @@ * Michel Dänzer <michel@tungstengraphics.com> */ -//#include "macros.h" #include "pipe/p_state.h" #include "pipe/p_context.h" #include "pipe/p_defines.h" |