diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 09:31:51 +0100 |
commit | 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch) | |
tree | 78e86bb428b3bc821ae84d0f6abe86136356bd1a /plugins/webbox/webbox.cpp | |
parent | 5581340f23b31114d33736c630de849898668f38 (diff) |
Separated out libcommon as libreichwein
Diffstat (limited to 'plugins/webbox/webbox.cpp')
-rw-r--r-- | plugins/webbox/webbox.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/webbox/webbox.cpp b/plugins/webbox/webbox.cpp index ac54394..90975b5 100644 --- a/plugins/webbox/webbox.cpp +++ b/plugins/webbox/webbox.cpp @@ -1,10 +1,10 @@ #include "webbox.h" -#include "libcommon/mime.h" -#include "libcommon/tempfile.h" -#include "libcommon/file.h" -#include "libcommon/stringutil.h" -#include "libcommon/url.h" +#include "libreichwein/mime.h" +#include "libreichwein/tempfile.h" +#include "libreichwein/file.h" +#include "libreichwein/stringutil.h" +#include "libreichwein/url.h" #include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/replace.hpp> |