diff options
author | Emil Velikov <[email protected]> | 2015-06-18 12:59:28 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-18 12:59:28 +0100 |
commit | 6b0378e483ba53359545ac8b774dbdd81c2fab3f (patch) | |
tree | c03c2ad351297355e3281562bc958f998b7dab48 /src/gallium/drivers/ilo | |
parent | 997fc807b2f71ef65b4601d6db33d0f912c18d3f (diff) |
ilo: remove missing ilo_fence.h from the sources list
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/ilo')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 68870f44337..e5a0950dc7c 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -17,7 +17,6 @@ C_SOURCES := \ core/ilo_dev.h \ core/ilo_format.c \ core/ilo_format.h \ - core/ilo_fence.h \ core/ilo_image.c \ core/ilo_image.h \ core/ilo_state_cc.c \ |