mirror of https://github.com/Icinga/icinga2.git
Ensure header ordering for win32 mswsock.h
This commit is contained in:
parent
0d9d39c64b
commit
9c3cf9731c
|
@ -2,15 +2,17 @@
|
||||||
|
|
||||||
#define VERSION "1.0.1"
|
#define VERSION "1.0.1"
|
||||||
|
|
||||||
#include "remote/httpclientconnection.hpp"
|
// ensure to include base first
|
||||||
#include "remote/httprequest.hpp"
|
#include "base/i2-base.hpp"
|
||||||
#include "remote/url-characters.hpp"
|
|
||||||
#include "base/application.hpp"
|
#include "base/application.hpp"
|
||||||
#include "base/json.hpp"
|
#include "base/json.hpp"
|
||||||
#include "base/string.hpp"
|
#include "base/string.hpp"
|
||||||
#include "base/logger.hpp"
|
#include "base/logger.hpp"
|
||||||
#include "base/exception.hpp"
|
#include "base/exception.hpp"
|
||||||
#include "base/utility.hpp"
|
#include "base/utility.hpp"
|
||||||
|
#include "remote/httpclientconnection.hpp"
|
||||||
|
#include "remote/httprequest.hpp"
|
||||||
|
#include "remote/url-characters.hpp"
|
||||||
#include <boost/program_options.hpp>
|
#include <boost/program_options.hpp>
|
||||||
#include <boost/algorithm/string/split.hpp>
|
#include <boost/algorithm/string/split.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Reference in New Issue