Remove pragma_comp_defs.h and its includes
All the files at this point which included pragma_comp_defs.h were doing so superfluously.
This commit is contained in:
parent
21e43de0f3
commit
3c678bb1ce
|
@ -61,7 +61,6 @@
|
||||||
#include <boost/asio/deadline_timer.hpp>
|
#include <boost/asio/deadline_timer.hpp>
|
||||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
#include "misc_language.h"
|
#include "misc_language.h"
|
||||||
#include "pragma_comp_defs.h"
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
#define PRAGMA_WARNING_PUSH _Pragma("GCC diagnostic push")
|
|
||||||
#define PRAGMA_WARNING_POP _Pragma("GCC diagnostic pop")
|
|
||||||
#define PRAGMA_WARNING_DISABLE_VS(w)
|
|
||||||
#define PRAGMA_GCC(w) _Pragma(w)
|
|
||||||
#elif defined(_MSC_VER)
|
|
||||||
#define PRAGMA_WARNING_PUSH __pragma(warning( push ))
|
|
||||||
#define PRAGMA_WARNING_POP __pragma(warning( pop ))
|
|
||||||
#define PRAGMA_WARNING_DISABLE_VS(w) __pragma( warning ( disable: w ))
|
|
||||||
//#define PRAGMA_WARNING_DISABLE_GCC(w)
|
|
||||||
#define PRAGMA_GCC(w)
|
|
||||||
#endif
|
|
|
@ -39,7 +39,6 @@
|
||||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
#include <boost/thread/thread.hpp>
|
#include <boost/thread/thread.hpp>
|
||||||
#include "misc_language.h"
|
#include "misc_language.h"
|
||||||
#include "pragma_comp_defs.h"
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
||||||
#include <boost/asio/basic_socket.hpp>
|
#include <boost/asio/basic_socket.hpp>
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
#include "misc_log_ex.h"
|
#include "misc_log_ex.h"
|
||||||
#include <boost/chrono.hpp>
|
#include <boost/chrono.hpp>
|
||||||
#include "misc_language.h"
|
#include "misc_language.h"
|
||||||
#include "pragma_comp_defs.h"
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
#include <boost/thread/thread.hpp>
|
#include <boost/thread/thread.hpp>
|
||||||
#include "misc_language.h"
|
#include "misc_language.h"
|
||||||
#include "pragma_comp_defs.h"
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue