Skip to content

Commit

Permalink
Remove unused includes out of options.hpp
Browse files Browse the repository at this point in the history
We need other includes elsewhere to compensate...
  • Loading branch information
joto committed Jan 31, 2021
1 parent 0a54991 commit a0da5c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
#include "config.h"
#include "format.hpp"
#include "logging.hpp"
#include "node-ram-cache.hpp"
#include "options.hpp"
#include "reprojection.hpp"
#include "sprompt.hpp"

#include <algorithm>
Expand Down
5 changes: 2 additions & 3 deletions src/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
* For a full list of authors see the git log.
*/

#include "node-ram-cache.hpp"
#include "reprojection.hpp"

#include <osmium/osm/box.hpp>

#include <boost/optional.hpp>
#include <memory>
#include <string>
#include <vector>

class reprojection;

/// Variants for generation of hstore column
enum class hstore_column : char
{
Expand Down
1 change: 1 addition & 0 deletions src/output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <osmium/index/id_set.hpp>

#include "options.hpp"
#include "osmtypes.hpp"
#include "thread-pool.hpp"

struct middle_query_t;
Expand Down
1 change: 1 addition & 0 deletions tests/common-options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#include "options.hpp"
#include "reprojection.hpp"

#include "common-pg.hpp"

Expand Down

0 comments on commit a0da5c5

Please sign in to comment.