gallivm: fix up some #includes

This commit is contained in:
Brian Paul
2010-03-15 13:54:43 -06:00
parent 0d71ba46e6
commit c86a499769
2 changed files with 2 additions and 2 deletions
+1 -1
View 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;
+1 -1
View 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>
/**