summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-02-11 15:05:06 -0800
committerEric Anholt <[email protected]>2015-02-20 11:36:34 -0800
commitb53d035825ef3ad680470aa5c4f9dc51f8f5676b (patch)
tree25ebc310a0eb426f9bf815d12dc44d4ad6db54ff /src/glsl
parent8aa381e3cd848f051931f86af5fdcd59921916ee (diff)
util: Move Mesa's bitset.h to util/.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
index a109f0fa297..17b8b4b97c9 100644
--- a/src/glsl/nir/nir.h
+++ b/src/glsl/nir/nir.h
@@ -33,7 +33,7 @@
#include "util/ralloc.h"
#include "util/set.h"
#include "main/mtypes.h"
-#include "main/bitset.h"
+#include "util/bitset.h"
#include "nir_types.h"
#include <stdio.h>