diff options
Diffstat (limited to 'lib/perf_check.cpp')
-rw-r--r-- | lib/perf_check.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perf_check.cpp b/lib/perf_check.cpp index f8d80191..878b41a2 100644 --- a/lib/perf_check.cpp +++ b/lib/perf_check.cpp @@ -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 * // ************************************************************************** #include "perf_check.h" @@ -10,7 +10,7 @@ //#include <wx/ffile.h> #include <zen/basic_math.h> #include <zen/i18n.h> -#include <wx+/format_unit.h> +#include <zen/format_unit.h> using namespace zen; |