summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-11 22:03:34 -0700
committerBrian Paul <brianp@vmware.com>2009-02-11 22:03:34 -0700
commitf164101b24141207789f5bbac0a0d451325d067d (patch)
treedfa4524512e5a39b5619d1df1723d8ae9e0fe5b2 /src/gallium/drivers/softpipe
parent0aaa3ef2faf5c71c53abd5314ed7d55dcb929e21 (diff)
softpipe: remove unneeded #include
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h1
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"