diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2016-02-11 11:36:17 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2016-02-11 21:36:00 +0000 |
commit | 0d4898ae8068d3984242775a6fcc87f280c0ac5a (patch) | |
tree | 437d80d6f310eb47eb216d8d15b97c864a3cd993 /Makefile.am | |
parent | a97a955b92f39d10c092490b3bf5a9fcbc8e2d57 (diff) |
include,gallium: Remove pre-MSVC 2013 compatibility.
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9ed31ee12..6e24dd5e5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,6 @@ noinst_HEADERS = \ include/c99_alloca.h \ include/c99_compat.h \ include/c99_math.h \ - include/c99 \ include/c11 \ include/D3D9 \ include/HaikuGL \ |