renamed: Util/FingerPrint.h -> Util/finger_print.hpp

This commit is contained in:
Dennis Luxen
2015-01-13 11:05:22 +01:00
parent 56d2101b1a
commit 67f3111cc0
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Copyright (c) 2014, Project OSRM, Dennis Luxen, others
Copyright (c) 2015, Project OSRM, Dennis Luxen, others
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "first_and_last_segment_of_way.hpp"
#include "../data_structures/external_memory_node.hpp"
#include "../data_structures/restriction.hpp"
#include "../Util/FingerPrint.h"
#include "../Util/finger_print.hpp"
#include <stxxl/vector>