summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
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/drivers/dri
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/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/i965/intel_fbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_fbo.c b/src/mesa/drivers/dri/i965/intel_fbo.c
index 37ac613fa34..77d128200d9 100644
--- a/src/mesa/drivers/dri/i965/intel_fbo.c
+++ b/src/mesa/drivers/dri/i965/intel_fbo.c
@@ -36,9 +36,9 @@
#include "main/context.h"
#include "main/teximage.h"
#include "main/image.h"
-#include "main/set.h"
#include "main/condrender.h"
#include "util/hash_table.h"
+#include "util/set.h"
#include "swrast/swrast.h"
#include "drivers/common/meta.h"