aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_winsys.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-10-29 10:17:04 +0000
committerEmil Velikov <[email protected]>2015-10-30 17:37:09 +0000
commit493e410d552e97572ca9a492d23648f6a236e4a4 (patch)
treec9eba7f41222c8b8825e759b84ea47c78269145b /src/gallium/drivers/virgl/virgl_winsys.h
parent7154d48c6e02c6cb29d877a3fac9de98f7cb1b4a (diff)
virgl: unwrap the includes
Include what you want, rather than relying on a header foo.h N levels down the include chain, to provide something that you need. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_winsys.h')
-rw-r--r--src/gallium/drivers/virgl/virgl_winsys.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/virgl/virgl_winsys.h b/src/gallium/drivers/virgl/virgl_winsys.h
index 76d401b5c12..ea21f2b6712 100644
--- a/src/gallium/drivers/virgl/virgl_winsys.h
+++ b/src/gallium/drivers/virgl/virgl_winsys.h
@@ -23,8 +23,11 @@
#ifndef VIRGL_WINSYS_H
#define VIRGL_WINSYS_H
-#include "pipe/p_compiler.h"
+#include "pipe/p_defines.h"
+#include "virgl_hw.h"
+struct pipe_box;
+struct pipe_fence_handle;
struct winsys_handle;
struct virgl_hw_res;