diff options
Diffstat (limited to 'plugins/statistics/statistics.cpp')
-rw-r--r-- | plugins/statistics/statistics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/statistics/statistics.cpp b/plugins/statistics/statistics.cpp index 415369d..54450a8 100644 --- a/plugins/statistics/statistics.cpp +++ b/plugins/statistics/statistics.cpp @@ -1,7 +1,7 @@ #include "statistics.h" -#include "libcommon/file.h" -#include "libcommon/tempfile.h" +#include "libreichwein/file.h" +#include "libreichwein/tempfile.h" #include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/split.hpp> |