From 95cb46279d8bc2b8c5fa611bef50f138ebd20056 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Sep 2009 10:45:16 +0200 Subject: Include fs/exactions.hxx in fs/auto-remove.hxx --- cutl/fs/auto-remove.cxx | 1 - cutl/fs/auto-remove.hxx | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/fs') diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx index 08718e9..3afcc9b 100644 --- a/cutl/fs/auto-remove.cxx +++ b/cutl/fs/auto-remove.cxx @@ -6,7 +6,6 @@ #include // std::remove #include -#include #include namespace cutl diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx index 0ca7f8f..ceede34 100644 --- a/cutl/fs/auto-remove.hxx +++ b/cutl/fs/auto-remove.hxx @@ -8,8 +8,8 @@ #include -#include #include +#include namespace cutl { @@ -49,6 +49,7 @@ namespace cutl // struct auto_removes { + auto_removes () {} ~auto_removes (); void -- cgit v1.1