Prefix exception header guard with osrm prefix
This commit is contained in:
parent
978b70c998
commit
60fc486cea
@ -1,5 +1,5 @@
|
||||
#ifndef EXCEPTION_HPP
|
||||
#define EXCEPTION_HPP
|
||||
#ifndef OSRM_EXCEPTION_HPP
|
||||
#define OSRM_EXCEPTION_HPP
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
@ -27,4 +27,4 @@ class exception final : public std::exception
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* EXCEPTION_HPP */
|
||||
#endif /* OSRM_EXCEPTION_HPP */
|
||||
|
Loading…
Reference in New Issue
Block a user