mirror of https://github.com/Icinga/icinga2.git
parent
288b354d11
commit
5960753015
|
@ -17,11 +17,10 @@
|
|||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "base/sysloglogger.hpp"
|
||||
#include "base/configtype.hpp"
|
||||
#include "base/statsfunction.hpp"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "base/sysloglogger.tcpp"
|
||||
|
||||
using namespace icinga;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "remote/eventqueue.hpp"
|
||||
#include "remote/filterutility.hpp"
|
||||
#include "base/singleton.hpp"
|
||||
#include "base/logger.hpp"
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
|
Loading…
Reference in New Issue