gallivm: fix up some #includes
authorBrian Paul <brianp@vmware.com>
Mon, 15 Mar 2010 19:54:43 +0000 (13:54 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 16 Mar 2010 00:16:56 +0000 (18:16 -0600)
src/gallium/auxiliary/gallivm/lp_bld_const.h
src/gallium/auxiliary/gallivm/lp_bld_type.h

index 5bd0db8..0f42618 100644 (file)
@@ -37,9 +37,9 @@
 #define LP_BLD_CONST_H
 
 
+#include "pipe/p_compiler.h"
 #include "gallivm/lp_bld.h"
 
-#include <pipe/p_compiler.h>
 
 
 struct lp_type;
index 8a80e4f..cd59d2f 100644 (file)
@@ -37,9 +37,9 @@
 #define LP_BLD_TYPE_H
 
 
+#include "pipe/p_compiler.h"
 #include "gallivm/lp_bld.h"
 
-#include <pipe/p_compiler.h>
 
 
 /**