renamed: Contractor.h -> contractor.hpp
This commit is contained in:
parent
1391420699
commit
c28c441e77
@ -27,7 +27,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#include "Prepare.h"
|
#include "Prepare.h"
|
||||||
|
|
||||||
#include "Contractor.h"
|
#include "contractor.hpp"
|
||||||
|
|
||||||
#include "../Algorithms/crc32_processor.hpp"
|
#include "../Algorithms/crc32_processor.hpp"
|
||||||
#include "../DataStructures/DeallocatingVector.h"
|
#include "../DataStructures/DeallocatingVector.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2013, Project OSRM, Dennis Luxen, others
|
Copyright (c) 2014, Project OSRM, Dennis Luxen, others
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONTRACTOR_H
|
#ifndef CONTRACTOR_HPP
|
||||||
#define CONTRACTOR_H
|
#define CONTRACTOR_HPP
|
||||||
|
|
||||||
#include "../DataStructures/BinaryHeap.h"
|
#include "../DataStructures/BinaryHeap.h"
|
||||||
#include "../DataStructures/DeallocatingVector.h"
|
#include "../DataStructures/DeallocatingVector.h"
|
||||||
@ -970,4 +970,4 @@ class Contractor
|
|||||||
XORFastHash fast_hash;
|
XORFastHash fast_hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CONTRACTOR_H
|
#endif // CONTRACTOR_HPP
|
Loading…
Reference in New Issue
Block a user