Exclude allocator.h from amalgamated header

Nobody using SecureAllocator really needs the amalgamated header.

resolves #461
This commit is contained in:
Christopher Dunn 2016-04-22 00:45:18 -05:00
parent 45da594e71
commit 980cdf0fb5

View File

@ -67,7 +67,7 @@ def amalgamate_source(source_top_dir=None,
header.add_text("/// to prevent private header inclusion.")
header.add_text("#define JSON_IS_AMALGAMATION")
header.add_file("include/json/version.h")
header.add_file("include/json/allocator.h")
#header.add_file("include/json/allocator.h") # Not available here.
header.add_file("include/json/config.h")
header.add_file("include/json/forwards.h")
header.add_file("include/json/features.h")