properly order includes
This commit is contained in:
parent
679688705d
commit
7ee4692e84
@ -21,8 +21,11 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
#ifndef EXTRACTORCALLBACKS_H_
|
#ifndef EXTRACTORCALLBACKS_H_
|
||||||
#define EXTRACTORCALLBACKS_H_
|
#define EXTRACTORCALLBACKS_H_
|
||||||
|
|
||||||
#include <string>
|
#include "ExtractionContainers.h"
|
||||||
#include <vector>
|
#include "ExtractionHelperFunctions.h"
|
||||||
|
#include "ExtractorStructs.h"
|
||||||
|
|
||||||
|
#include "../DataStructures/Coordinate.h"
|
||||||
|
|
||||||
#include <cfloat>
|
#include <cfloat>
|
||||||
|
|
||||||
@ -30,11 +33,8 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
#include <boost/algorithm/string/regex.hpp>
|
#include <boost/algorithm/string/regex.hpp>
|
||||||
#include <boost/regex.hpp>
|
#include <boost/regex.hpp>
|
||||||
|
|
||||||
#include "ExtractionContainers.h"
|
#include <string>
|
||||||
#include "ExtractionHelperFunctions.h"
|
#include <vector>
|
||||||
#include "ExtractorStructs.h"
|
|
||||||
|
|
||||||
#include "../DataStructures/Coordinate.h"
|
|
||||||
|
|
||||||
class ExtractorCallbacks{
|
class ExtractorCallbacks{
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user