anv/genX_pipeline: Remove unnecessary #include files
authorJordan Justen <jordan.l.justen@intel.com>
Sat, 30 Jan 2016 17:30:50 +0000 (09:30 -0800)
committerJordan Justen <jordan.l.justen@intel.com>
Sat, 30 Jan 2016 17:30:54 +0000 (09:30 -0800)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
src/vulkan/genX_pipeline.c

index e78cfb55ef928b12944d80c4ed15d45b58260440..b10db45bd355e54334f3a0ba6da658f1cb238319 100644 (file)
  * IN THE SOFTWARE.
  */
 
-#include <assert.h>
-#include <stdbool.h>
-#include <string.h>
-#include <unistd.h>
-#include <fcntl.h>
-
 #include "anv_private.h"
 
 #if (ANV_GEN == 9)
@@ -39,8 +33,6 @@
 #  include "gen7_pack.h"
 #endif
 
-#include "genX_pipeline_util.h"
-
 VkResult
 genX(compute_pipeline_create)(
     VkDevice                                    _device,