Revert "put include guards on boost/function"
This reverts commit 8f0fe88635
.
This commit is contained in:
parent
b4d6a254bf
commit
ae39fe4e8a
24 changed files with 0 additions and 120 deletions
|
@ -29,12 +29,7 @@
|
|||
#include "../../log.hpp"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
namespace ai {
|
||||
|
|
|
@ -21,12 +21,7 @@
|
|||
#ifndef AI_COMPOSITE_PROPERTY_HANDLER_HPP_INCLUDED
|
||||
#define AI_COMPOSITE_PROPERTY_HANDLER_HPP_INCLUDED
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#include "config.hpp"
|
||||
|
|
|
@ -36,12 +36,7 @@
|
|||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/interprocess/smart_ptr/unique_ptr.hpp>
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include "../api/ana.hpp"
|
||||
#include "asio_listener.hpp"
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
#include "network.hpp"
|
||||
#include "server/input_stream.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
||||
|
|
|
@ -62,12 +62,7 @@ namespace wb {
|
|||
|
||||
#include "overlay.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/weak_ptr.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <deque>
|
||||
|
|
|
@ -22,12 +22,7 @@
|
|||
|
||||
#include "SDL_events.h"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/mpl/int.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
|
||||
|
|
|
@ -30,12 +30,7 @@
|
|||
#ifndef GUI_WIDGETS_AUXILIARY_TIMER_HPP_INCLUDED
|
||||
#define GUI_WIDGETS_AUXILIARY_TIMER_HPP_INCLUDED
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include <SDL_types.h>
|
||||
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
#include "gui/widgets/grid.hpp"
|
||||
#include "reference_counted_object.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
class config;
|
||||
class CVideo;
|
||||
|
|
|
@ -17,12 +17,7 @@
|
|||
|
||||
#include "gui/dialogs/field-fwd.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
#include "gui/auxiliary/window_builder.hpp"
|
||||
#include "gui/auxiliary/placer.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include <list>
|
||||
|
||||
|
|
|
@ -18,12 +18,7 @@
|
|||
#include "gui/auxiliary/notifier.hpp"
|
||||
#include "gui/widgets/control.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace gui2
|
||||
{
|
||||
|
|
|
@ -15,12 +15,7 @@
|
|||
#ifndef GUI_WIDGETS_SELECTABLE_HPP_INCLUDED
|
||||
#define GUI_WIDGETS_SELECTABLE_HPP_INCLUDED
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace gui2
|
||||
{
|
||||
|
|
|
@ -24,12 +24,7 @@
|
|||
|
||||
#include "utils/foreach.tpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -21,12 +21,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace gui2
|
||||
{
|
||||
|
|
|
@ -29,12 +29,7 @@
|
|||
#include "events.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
class CVideo;
|
||||
|
||||
|
|
|
@ -5,12 +5,7 @@
|
|||
|
||||
#include "config.hpp"
|
||||
#include <list>
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
The purpose if this class is to preprocess incoming network data, and provide a steam that always returns just one command/action at a time.
|
||||
|
|
|
@ -20,12 +20,7 @@
|
|||
#include "random_new.hpp"
|
||||
#include "simple_rng.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -20,12 +20,7 @@
|
|||
#include "player.hpp"
|
||||
#include "simple_wml.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace wesnothd {
|
||||
|
||||
|
|
|
@ -25,12 +25,7 @@
|
|||
#include "room_manager.hpp"
|
||||
#include "simple_wml.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
class server
|
||||
|
|
|
@ -18,12 +18,7 @@
|
|||
#include <exception>
|
||||
#include "config.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
class synced_command {
|
||||
public:
|
||||
/*
|
||||
|
|
|
@ -14,12 +14,7 @@
|
|||
#ifndef SYNCED_CONTEXT_H_INCLUDED
|
||||
#define SYNCED_CONTEXT_H_INCLUDED
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
#include "synced_commands.hpp"
|
||||
#include "synced_checkup.hpp"
|
||||
#include "replay.hpp"
|
||||
|
|
|
@ -17,12 +17,7 @@
|
|||
|
||||
#include "sdl/utils.hpp"
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
typedef boost::function<
|
||||
void(const surface&, const double, const Uint32)>
|
||||
|
|
|
@ -19,12 +19,7 @@
|
|||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -22,12 +22,7 @@
|
|||
#include <vector>
|
||||
#include <deque>
|
||||
|
||||
|
||||
#ifndef INCL_BOOST_FUNCTION_HPP_
|
||||
#define INCL_BOOST_FUNCTION_HPP_
|
||||
#include <boost/function.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
#include "typedefs.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue