summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-15 13:54:43 -0600
committerBrian Paul <brianp@vmware.com>2010-03-15 18:16:56 -0600
commitc86a499769d56fc59fa41b9c2d73ac181ab33e36 (patch)
treed061c87764be02531a40e55d00da94632e349edb /src/gallium/auxiliary
parent0d71ba46e613230c84165106c1fcc9027dec4cd3 (diff)
gallivm: fix up some #includes
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_const.h2
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_type.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_const.h b/src/gallium/auxiliary/gallivm/lp_bld_const.h
index 5bd0db844d..0f42618900 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_const.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_const.h
@@ -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;
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_type.h b/src/gallium/auxiliary/gallivm/lp_bld_type.h
index 8a80e4f09a..cd59d2faa6 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.h
@@ -37,9 +37,9 @@
#define LP_BLD_TYPE_H
+#include "pipe/p_compiler.h"
#include "gallivm/lp_bld.h"
-#include <pipe/p_compiler.h>
/**