diff options
author | Chia-I Wu <[email protected]> | 2013-08-08 13:30:54 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-08-08 13:41:10 +0800 |
commit | 19204081ce7edce1d9847d3826f355fde65d4783 (patch) | |
tree | 81292f698f6acc436a40498e8b7db9e260698668 /src/gallium/drivers/ilo/ilo_gpe_gen6.c | |
parent | e292b9362a95569331131a0601a29e8b62ae9d6e (diff) |
ilo: clean up GPE header inclusions
This reduces the number of source files need to be recompiled when GPE
functions are changed other than regular clean ups.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_gpe_gen6.c')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_gpe_gen6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_gpe_gen6.c b/src/gallium/drivers/ilo/ilo_gpe_gen6.c index c086ae5887d..143e6fe0a19 100644 --- a/src/gallium/drivers/ilo/ilo_gpe_gen6.c +++ b/src/gallium/drivers/ilo/ilo_gpe_gen6.c @@ -31,7 +31,6 @@ #include "intel_reg.h" #include "ilo_context.h" -#include "ilo_cp.h" #include "ilo_format.h" #include "ilo_resource.h" #include "ilo_shader.h" |