Added header guards
This commit is contained in:
parent
ceaf362326
commit
da04563e26
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef OSRM_ENGINE_DATA_WATCHDOG_HPP
|
||||||
|
#define OSRM_ENGINE_DATA_WATCHDOG_HPP
|
||||||
|
|
||||||
#include "engine/datafacade/shared_datafacade.hpp"
|
#include "engine/datafacade/shared_datafacade.hpp"
|
||||||
|
|
||||||
#include "storage/shared_datatype.hpp"
|
#include "storage/shared_datatype.hpp"
|
||||||
@ -82,3 +85,5 @@ class DataWatchdog
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user