anv/genX_pipeline: Remove unnecessary #include files

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen 2016-01-30 09:30:50 -08:00
parent 8e48ff3ad6
commit 2d8726a4b7
1 changed files with 0 additions and 8 deletions

View File

@ -21,12 +21,6 @@
* 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,