From 82da86e2fb7e6b47ae893cad8bb2db44da090bd1 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 13 Aug 2012 14:42:07 +0000 Subject: Includes for don't need to be a special case in the amalgamation anymore. Was for TR1 because VC++ put it in and everyone else put it in --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 2f780a50d..cdd92f228 100755 --- a/configure.py +++ b/configure.py @@ -1581,7 +1581,7 @@ def generate_amalgamation(build_config): else: match = std_include.search(line) - if match and match.group(1) != 'functional': + if match: self.all_std_includes.add(match.group(1)) else: yield line -- cgit v1.2.3