diff --git a/CMakeLists.txt b/CMakeLists.txt index bf90d1edf..68e3722db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,7 +213,7 @@ if(WITH_TOOLS) endif() endif() -file(GLOB InstallGlob Include/osrm*.h Library/OSRM.h) +file(GLOB InstallGlob Include/osrm/*.h Library/OSRM.h) install(FILES ${InstallGlob} DESTINATION include/osrm) install(TARGETS osrm-extract DESTINATION bin) diff --git a/Descriptors/BaseDescriptor.h b/Descriptors/BaseDescriptor.h index 1d7533e25..ba5dacad2 100644 --- a/Descriptors/BaseDescriptor.h +++ b/Descriptors/BaseDescriptor.h @@ -30,7 +30,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "../DataStructures/PhantomNodes.h" #include "../DataStructures/RawRouteData.h" -#include "../Util/StringUtil.h" #include "../typedefs.h" #include