[osmium-tool] 28/97: Ups. Sorry. Include order updated again.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.
commit d9dc67a6f38a8de8425e58f729dfaad84af62576
Author: Jochen Topf <jochen at topf.org>
Date: Tue Jul 29 12:24:00 2014 +0200
Ups. Sorry. Include order updated again.
---
src/command_fileinfo.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp
index cd94a9e..1c9a57a 100644
--- a/src/command_fileinfo.cpp
+++ b/src/command_fileinfo.cpp
@@ -29,6 +29,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <boost/program_options.hpp>
namespace po = boost::program_options;
+#include <osmium/io/any_input.hpp>
+#include <osmium/handler.hpp>
+#include <osmium/osm/entity_bits.hpp>
+#include <osmium/visitor.hpp>
+
#include "command_fileinfo.hpp"
#ifdef USE_CRYPTOPP
@@ -37,11 +42,6 @@ namespace po = boost::program_options;
# include <crypto++/sha.h>
#endif
-#include <osmium/io/any_input.hpp>
-#include <osmium/handler.hpp>
-#include <osmium/osm/entity_bits.hpp>
-#include <osmium/visitor.hpp>
-
bool CommandFileinfo::setup(const std::vector<std::string>& arguments) {
po::variables_map vm;
try {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list