summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/glcpp.h
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2016-08-18 21:59:19 +0200
committerTimothy Arceri <[email protected]>2016-09-12 10:48:35 +1000
commite55eb2b7ea9a464eca9d2c6259f5b69299762856 (patch)
tree89361fc1f9825ee982d0932d9dc3423d80132d43 /src/compiler/glsl/glcpp/glcpp.h
parent16fb318d0c42059a9a7a47d00a3cb04d843652c7 (diff)
glsl: Convert glcpp-parse to the util hash table
And change the include in glcpp.h accordingly. V2: Whitespace fix Signed-off-by: Thomas Helland <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glcpp/glcpp.h')
-rw-r--r--src/compiler/glsl/glcpp/glcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/glcpp/glcpp.h b/src/compiler/glsl/glcpp/glcpp.h
index 9f35b0556c3..cab4374c5e5 100644
--- a/src/compiler/glsl/glcpp/glcpp.h
+++ b/src/compiler/glsl/glcpp/glcpp.h
@@ -31,7 +31,7 @@
#include "util/ralloc.h"
-#include "program/hash_table.h"
+#include "util/hash_table.h"
#define yyscan_t void*