summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_video_context.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-26 10:43:56 -0700
committerBrian Paul <brianp@vmware.com>2010-02-26 10:43:56 -0700
commit298a0352862e748078c7c56acd2cfc96c67373d4 (patch)
tree8a3d1b643fd35bcf2ff2dad494aad80bc2ffa33a /src/gallium/drivers/softpipe/sp_video_context.c
parent3f9ec9aa96406356b1224c6926e263cb626b5c67 (diff)
softpipe: fix up #includes
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_video_context.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_video_context.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c
index 7a3a636167..272ad40a90 100644
--- a/src/gallium/drivers/softpipe/sp_video_context.c
+++ b/src/gallium/drivers/softpipe/sp_video_context.c
@@ -25,10 +25,12 @@
*
**************************************************************************/
+#include "util/u_inlines.h"
+#include "util/u_memory.h"
+
#include "sp_video_context.h"
-#include <util/u_inlines.h>
-#include <util/u_memory.h>
-#include "softpipe/sp_texture.h"
+#include "sp_texture.h"
+
static void
sp_mpeg12_destroy(struct pipe_video_context *vpipe)