summaryrefslogtreecommitdiff
path: root/shared/recycler.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/recycler.h')
-rw-r--r--shared/recycler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/recycler.h b/shared/recycler.h
index 828e26af..7537e875 100644
--- a/shared/recycler.h
+++ b/shared/recycler.h
@@ -7,10 +7,10 @@
#ifndef RECYCLER_H_INCLUDED
#define RECYCLER_H_INCLUDED
-#include "fileError.h"
+#include "file_error.h"
#include "zstring.h"
-namespace FreeFileSync
+namespace ffs3
{
/*
--------------------
bgstack15