diff options
author | Emil Velikov <[email protected]> | 2015-07-17 12:41:24 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-08-07 18:37:43 +0100 |
commit | 4fa0cd17b77039ab67e81991002b4d5947298278 (patch) | |
tree | 4c9b3cf0270f8aba3f6205d5d70a2238c1b42341 /src | |
parent | a97f1b697b01dca9f72d8559f8269188d76dccc9 (diff) |
vc4: automake: remove unused include
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 774463138d0..0b8279d1763 100644 --- a/src/gallium/drivers/vc4/Makefile.am +++ b/src/gallium/drivers/vc4/Makefile.am @@ -31,7 +31,6 @@ AM_CFLAGS = \ $(LIBDRM_CFLAGS) \ $(GALLIUM_DRIVER_CFLAGS) \ $(SIM_CFLAGS) \ - -I$(top_srcdir)/src/mesa/ \ $() noinst_LTLIBRARIES = libvc4.la |