aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:45:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:45:16 +0200
commit95cb46279d8bc2b8c5fa611bef50f138ebd20056 (patch)
tree13c5481d5e50cd00e4119bf72fb4309fa99ddee7
parent5409489c632fcaa3868a0767cecef65f079e5a94 (diff)
Include fs/exactions.hxx in fs/auto-remove.hxx
-rw-r--r--cutl/fs/auto-remove.cxx1
-rw-r--r--cutl/fs/auto-remove.hxx3
2 files changed, 2 insertions, 2 deletions
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 <cstdio> // std::remove
#include <cerrno>
-#include <cutl/fs/exception.hxx>
#include <cutl/fs/auto-remove.hxx>
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 <vector>
-#include <cutl/exception.hxx>
#include <cutl/fs/path.hxx>
+#include <cutl/fs/exception.hxx>
namespace cutl
{
@@ -49,6 +49,7 @@ namespace cutl
//
struct auto_removes
{
+ auto_removes () {}
~auto_removes ();
void