From: Emil Velikov Date: Fri, 29 Apr 2016 15:31:40 +0000 (+0100) Subject: anv: automake: remove no longer needed include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fcdcb829d8ebc3183065b47fefe74aa739a918ce;p=mesa.git anv: automake: remove no longer needed include Thanks to last commit we can nuke it. Signed-off-by: Emil Velikov --- diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 79767da0bdd..80111df7cbb 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -47,7 +47,6 @@ AM_CPPFLAGS = \ $(VALGRIND_CFLAGS) \ $(DEFINES) \ -I$(top_srcdir)/include \ - -I$(top_srcdir)/include/vulkan \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_builddir)/src/compiler \