summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_surface.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-18 20:02:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-18 20:02:42 +0900
commit687a8b96ef13658bbe779d0011ce1144844f1972 (patch)
tree607b3c4615c6b43243006fe61d5dfbb196463491 /src/gallium/drivers/softpipe/sp_state_surface.c
parent33ceb6716a2166db75659fa66d85fb4cfb9633c7 (diff)
Standardize on using the pipe/ include prefix.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state_surface.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_state_surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_surface.c b/src/gallium/drivers/softpipe/sp_state_surface.c
index e2c6893e9f..124b18b708 100644
--- a/src/gallium/drivers/softpipe/sp_state_surface.c
+++ b/src/gallium/drivers/softpipe/sp_state_surface.c
@@ -27,7 +27,7 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#include "p_inlines.h"
+#include "pipe/p_inlines.h"
#include "sp_context.h"
#include "sp_state.h"