summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vdpau.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/vdpau.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/vdpau.c')
-rw-r--r--src/mesa/main/vdpau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/vdpau.c b/src/mesa/main/vdpau.c
index fd7561c3db6..89d731b6e74 100644
--- a/src/mesa/main/vdpau.c
+++ b/src/mesa/main/vdpau.c
@@ -33,9 +33,9 @@
#include <stdbool.h>
#include "util/hash_table.h"
+#include "util/set.h"
#include "context.h"
#include "glformats.h"
-#include "set.h"
#include "texobj.h"
#include "teximage.h"
#include "vdpau.h"