Headers cleanup
authorsvost <ya.nowa@yandex.ru>
Tue, 15 Feb 2022 08:39:55 +0000 (11:39 +0300)
committersvost <ya.nowa@yandex.ru>
Tue, 15 Feb 2022 08:39:55 +0000 (11:39 +0300)
src/util.cpp
src/util.h

index cd750ab..02c1a88 100644 (file)
 #include "version.h"
 
 #include <boost/program_options/detail/config_file.hpp>
-#include <boost/program_options/parsers.hpp>
 #include <boost/filesystem.hpp>
 #include <boost/filesystem/fstream.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/thread.hpp>
-#include <openssl/crypto.h>
-#include <openssl/rand.h>
 
 #ifdef WIN32
 #include <io.h> /* for _commit */
index 8a37c03..3138b7c 100644 (file)
 #include "compat.h"
 #endif
 
-#include <map>
-#include <vector>
-#include <string>
-
 #ifndef Q_MOC_RUN
 #include <boost/thread.hpp>
-#include <boost/filesystem.hpp>
 #include <boost/filesystem/path.hpp>
 #include <boost/date_time/gregorian/gregorian_types.hpp>
 #include <boost/date_time/posix_time/posix_time_types.hpp>
 #endif
 
-#include <stdarg.h>
-
 #if defined(__USE_MINGW_ANSI_STDIO)
 #undef __USE_MINGW_ANSI_STDIO // This constant forces MinGW to conduct stupid behavior
 #endif
-#include <inttypes.h>
 
+#include <cinttypes>
+#include <map>
+#include <vector>
+#include <string>
+#include <cstdarg>
 
 static const int32_t nOneHour = 60 * 60;
 static const int32_t nOneDay = 24 * 60 * 60;