From 3cb383c1c9174a6ca4c9135e3962723c7ddb9f78 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sat, 20 Sep 2014 00:59:20 +0800 Subject: ilo: make ilo_fence opaque It is manipulated only in ilo_screen.c. --- src/gallium/drivers/ilo/ilo_screen.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gallium/drivers/ilo/ilo_screen.h') diff --git a/src/gallium/drivers/ilo/ilo_screen.h b/src/gallium/drivers/ilo/ilo_screen.h index 7e1ce72052e..ea8579e916a 100644 --- a/src/gallium/drivers/ilo/ilo_screen.h +++ b/src/gallium/drivers/ilo/ilo_screen.h @@ -29,17 +29,13 @@ #define ILO_SCREEN_H #include "pipe/p_screen.h" -#include "pipe/p_state.h" #include "ilo_common.h" struct intel_winsys; struct intel_bo; -struct ilo_fence { - struct pipe_reference reference; - struct intel_bo *bo; -}; +struct ilo_fence; struct ilo_screen { struct pipe_screen base; -- cgit v1.2.3