Skip to content

Commit

Permalink
some minor include untangling
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Oct 21, 2014
1 parent 511c210 commit b095aae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Contractor/Prepare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "Contractor.h"

#include "../Algorithms/IteratorBasedCRC32.h"
#include "../DataStructures/BinaryHeap.h"
#include "../DataStructures/DeallocatingVector.h"
#include "../DataStructures/Range.h"
#include "../DataStructures/StaticRTree.h"
Expand All @@ -45,6 +44,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../Util/TimingUtil.h"
#include "../typedefs.h"

#include "../Util/GraphLoader.h"

#include <boost/filesystem/fstream.hpp>
#include <boost/program_options.hpp>

Expand Down
6 changes: 3 additions & 3 deletions Contractor/Prepare.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#include "EdgeBasedGraphFactory.h"
#include "../DataStructures/QueryEdge.h"
#include "../DataStructures/StaticGraph.h"
#include "../Util/GraphLoader.h"
class FingerPrint;
struct EdgeBasedNode;
struct lua_State;

#include <boost/filesystem.hpp>

#include <luabind/luabind.hpp>

#include <vector>

/**
Expand Down
1 change: 0 additions & 1 deletion Server/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/version.hpp>

#include <memory>
#include <string>
#include <vector>

//workaround for incomplete std::shared_ptr compatibility in old boost versions
Expand Down
2 changes: 0 additions & 2 deletions routed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "Util/GitDescription.h"
#include "Util/ProgramOptions.h"
#include "Util/simple_logger.hpp"
#include "Util/FingerPrint.h"

#ifdef __linux__
#include <sys/mman.h>
Expand All @@ -41,7 +40,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <signal.h>

#include <chrono>
#include <functional>
#include <future>
#include <iostream>
#include <thread>
Expand Down

0 comments on commit b095aae

Please sign in to comment.