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 5bd0db844d39b8d87442a6f3db9da227b9285abc..0f42618900379e184dfeaf9d0e52287d86d01758 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 8a80e4f09aa5de600ba3d06cc39e2878c8ec2f31..cd59d2faa662a0d60fb888016921ecd7d0e3bb7e 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>
 
 
 /**