softpipe: remove unneeded #include
authorBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 05:03:34 +0000 (22:03 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Feb 2009 05:03:34 +0000 (22:03 -0700)
src/gallium/drivers/softpipe/sp_context.h

index 3e99884..59d6df8 100644 (file)
@@ -32,7 +32,6 @@
 #define SP_CONTEXT_H
 
 #include "pipe/p_context.h"
-#include "pipe/p_defines.h"
 
 #include "draw/draw_vertex.h"