summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-03-08 04:26:45 +0800
committerChia-I Wu <[email protected]>2015-05-02 22:14:05 +0800
commitbbe91576b7f5d69dc201f411cce5e619498cfef5 (patch)
tree417dbacb60620fcb0d963e51e06769490ecd3eb8 /src/gallium/drivers/ilo/ilo_screen.c
parenteeee212e53feac673ea4ac0345fe493418b187df (diff)
ilo: move intel_winsys.h to core
Add a new subdirectory and start moving files that do not depend on ilo_screen/ilo_context to it.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c
index 80ea4c75241..d34c8394e64 100644
--- a/src/gallium/drivers/ilo/ilo_screen.c
+++ b/src/gallium/drivers/ilo/ilo_screen.c
@@ -31,7 +31,7 @@
#include "vl/vl_decoder.h"
#include "vl/vl_video_buffer.h"
#include "genhw/genhw.h" /* for GEN6_REG_TIMESTAMP */
-#include "intel_winsys.h"
+#include "core/intel_winsys.h"
#include "ilo_context.h"
#include "ilo_format.h"