From c09cd7512491cee1e82c1ad8128ce9fd4bc3f79b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Sep 2017 23:32:28 +0200 Subject: Initial modularization with both Clang and VC hacks Note: gave up on VC about half way though. --- libbutl/string-table.txx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbutl/string-table.txx') diff --git a/libbutl/string-table.txx b/libbutl/string-table.txx index b248ef3..f1b03bf 100644 --- a/libbutl/string-table.txx +++ b/libbutl/string-table.txx @@ -2,10 +2,6 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include // numeric_limits -#include // size_t -#include - namespace butl { template -- cgit v1.1