diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-11 22:03:34 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-11 22:03:34 -0700 |
commit | f164101b24141207789f5bbac0a0d451325d067d (patch) | |
tree | dfa4524512e5a39b5619d1df1723d8ae9e0fe5b2 /src/gallium | |
parent | 0aaa3ef2faf5c71c53abd5314ed7d55dcb929e21 (diff) |
softpipe: remove unneeded #include
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 3e99884842..59d6df8f2d 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -32,7 +32,6 @@ #define SP_CONTEXT_H #include "pipe/p_context.h" -#include "pipe/p_defines.h" #include "draw/draw_vertex.h" |