depends: remove libiconv: unused

This commit is contained in:
tobtoht 2023-09-25 11:47:59 +02:00
parent 90294f09ae
commit 932bba3b79
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
6 changed files with 14 additions and 56 deletions

View file

@ -45,7 +45,10 @@
#include <sstream>
#include <unordered_map>
#ifdef WIN32
#include <boost/locale.hpp>
#endif
#include <boost/filesystem.hpp>
using namespace std;