diff options
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index ea8579e916a..713db0b1e13 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -32,7 +32,6 @@ #include "ilo_common.h" -struct intel_winsys; struct intel_bo; struct ilo_fence; @@ -40,7 +39,6 @@ struct ilo_fence; struct ilo_screen { struct pipe_screen base; - struct intel_winsys *winsys; struct ilo_dev_info dev; }; |