aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-23 00:15:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-23 00:15:06 +0200
commitec70a874827fc39500ff93f5aa5089059464bc41 (patch)
treedeb9684a666d58a7f40105a5caab9e9bd6d1e2ac /libbutl/filesystem.mxx
parent63d2400a2c1cff42a8e3ea3d8b4c77b862c82bc7 (diff)
Undo modularization hacks for Clang that seem to be no longer necessary
Diffstat (limited to 'libbutl/filesystem.mxx')
-rw-r--r--libbutl/filesystem.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx
index 271220f..b4caffe 100644
--- a/libbutl/filesystem.mxx
+++ b/libbutl/filesystem.mxx
@@ -30,7 +30,7 @@
#include <iterator>
#include <functional>
-#include <chrono> //@@ MOD needed by timestamp module.
+#include <chrono> //@@ MOD needed by timestamp module (no re-export).
#endif
// Other includes.