Prefix exception header guard with osrm prefix
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user