aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs')
-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