Remove redundant #include

refs #5168
This commit is contained in:
Gunnar Beutner 2017-04-27 09:24:37 +02:00
parent d03d09160a
commit b62241e0ba
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@
#include "base/exception.hpp"
#include <fstream>
#ifdef _WIN32
# include <shlwapi.h>
#endif /* _WIN32 */
using namespace icinga;
std::vector<String> ConfigCompiler::m_IncludeSearchDirs;