diff options
author | Jason Ekstrand <[email protected]> | 2015-01-15 08:06:05 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 13:21:27 -0800 |
commit | 4c99e3ae78ed3524d188f00b558f803a943aaa00 (patch) | |
tree | 5d41fc99f85c7705e9ffbfddd416014ee665ed11 /src/mesa/main/shared.c | |
parent | 8ed5305d28d9309d651dfec3fbf4349854694694 (diff) |
util: Move main/set to util/hash_set
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/shared.c')
-rw-r--r-- | src/mesa/main/shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/shared.c b/src/mesa/main/shared.c index f74a8232f43..2389c13159e 100644 --- a/src/mesa/main/shared.c +++ b/src/mesa/main/shared.c @@ -36,12 +36,12 @@ #include "program/program.h" #include "dlist.h" #include "samplerobj.h" -#include "set.h" #include "shaderapi.h" #include "shaderobj.h" #include "syncobj.h" #include "util/hash_table.h" +#include "util/set.h" /** * Allocate and initialize a shared context state structure. |