summaryrefslogtreecommitdiff
path: root/lib/generate_logfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate_logfile.h')
-rw-r--r--lib/generate_logfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/generate_logfile.h b/lib/generate_logfile.h
index d1537311..651b93cb 100644
--- a/lib/generate_logfile.h
+++ b/lib/generate_logfile.h
@@ -1,7 +1,7 @@
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) ZenJu (zenju AT gmx DOT de) - All Rights Reserved *
+// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef GEN_LOGFILE_H_93172643216748973216458732165415
@@ -10,7 +10,7 @@
#include <zen/error_log.h>
#include <zen/file_io.h>
#include <zen/serialize.h>
-#include <wx+/format_unit.h>
+#include <zen/format_unit.h>
#include "ffs_paths.h"
bgstack15