diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-01-15 08:06:05 -0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-01-15 13:21:27 -0800 |
commit | 4c99e3ae78ed3524d188f00b558f803a943aaa00 (patch) | |
tree | 5d41fc99f85c7705e9ffbfddd416014ee665ed11 /src/glsl/nir | |
parent | 8ed5305d28d9309d651dfec3fbf4349854694694 (diff) | |
download | external_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.zip external_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.tar.gz external_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.tar.bz2 |
util: Move main/set to util/hash_set
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/glsl/nir')
-rw-r--r-- | src/glsl/nir/nir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index 1faeb02..d5fa0e3 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -28,10 +28,10 @@ #pragma once #include "util/hash_table.h" -#include "main/set.h" #include "../list.h" #include "GL/gl.h" /* GLenum */ #include "util/ralloc.h" +#include "util/set.h" #include "main/mtypes.h" #include "main/bitset.h" #include "nir_types.h" |