Added blank lines between includes.
This commit is contained in:
parent
718cba2e36
commit
3973554f07
@ -26,12 +26,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Extractor.h"
|
#include "Extractor.h"
|
||||||
|
|
||||||
|
|
||||||
#include "ExtractorCallbacks.h"
|
#include "ExtractorCallbacks.h"
|
||||||
#include "ExtractionContainers.h"
|
#include "ExtractionContainers.h"
|
||||||
#include "ScriptingEnvironment.h"
|
|
||||||
#include "PBFParser.h"
|
#include "PBFParser.h"
|
||||||
|
#include "ScriptingEnvironment.h"
|
||||||
#include "XMLParser.h"
|
#include "XMLParser.h"
|
||||||
#include "../Util/GitDescription.h"
|
#include "../Util/GitDescription.h"
|
||||||
#include "../Util/MachineInfo.h"
|
#include "../Util/MachineInfo.h"
|
||||||
@ -43,14 +41,17 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include "../typedefs.h"
|
#include "../typedefs.h"
|
||||||
|
|
||||||
#include <boost/program_options.hpp>
|
#include <boost/program_options.hpp>
|
||||||
|
#include <tbb/task_scheduler_init.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <tbb/task_scheduler_init.h>
|
|
||||||
|
|
||||||
Extractor::Extractor(const char* git_desc) :
|
Extractor::Extractor(const char* git_desc) :
|
||||||
git_description(git_desc),
|
git_description(git_desc),
|
||||||
|
@ -25,7 +25,6 @@ protected:
|
|||||||
std::string restriction_file_name;
|
std::string restriction_file_name;
|
||||||
bool file_has_pbf_format;
|
bool file_has_pbf_format;
|
||||||
|
|
||||||
protected:
|
|
||||||
/** \brief Parses "extractor's" command line arguments */
|
/** \brief Parses "extractor's" command line arguments */
|
||||||
bool ParseArguments(int argc, char *argv[]);
|
bool ParseArguments(int argc, char *argv[]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user