Prefix exception header guard with osrm prefix

This commit is contained in:
Daniel J. Hofmann 2016-01-28 17:41:56 +01:00
parent 978b70c998
commit 60fc486cea

View File

@ -1,5 +1,5 @@
#ifndef EXCEPTION_HPP #ifndef OSRM_EXCEPTION_HPP
#define EXCEPTION_HPP #define OSRM_EXCEPTION_HPP
#include <exception> #include <exception>
#include <string> #include <string>
@ -27,4 +27,4 @@ class exception final : public std::exception
} }
} }
#endif /* EXCEPTION_HPP */ #endif /* OSRM_EXCEPTION_HPP */