aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/syncobj.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-01-15 08:06:05 -0800
committerJason Ekstrand <[email protected]>2015-01-15 13:21:27 -0800
commit4c99e3ae78ed3524d188f00b558f803a943aaa00 (patch)
tree5d41fc99f85c7705e9ffbfddd416014ee665ed11 /src/mesa/main/syncobj.c
parent8ed5305d28d9309d651dfec3fbf4349854694694 (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/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 225399eda3b..8832775ebb8 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"