summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.c
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 08:06:05 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 13:21:27 -0800
commit4c99e3ae78ed3524d188f00b558f803a943aaa00 (patch)
tree5d41fc99f85c7705e9ffbfddd416014ee665ed11 /src/mesa/main/syncobj.c
parent8ed5305d28d9309d651dfec3fbf4349854694694 (diff)
downloadexternal_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/mesa/main/syncobj.c')
-rw-r--r--src/mesa/main/syncobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/syncobj.c b/src/mesa/main/syncobj.c
index 225399e..8832775 100644
--- a/src/mesa/main/syncobj.c
+++ b/src/mesa/main/syncobj.c
@@ -63,8 +63,8 @@
#include "get.h"
#include "dispatch.h"
#include "mtypes.h"
-#include "set.h"
#include "util/hash_table.h"
+#include "util/set.h"
#include "syncobj.h"