diff options
Diffstat (limited to 'src/monitor.h')
-rw-r--r-- | src/monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monitor.h b/src/monitor.h index f624056..2f5b5ff 100644 --- a/src/monitor.h +++ b/src/monitor.h @@ -4,8 +4,8 @@ #ifndef ART_SRC_MONITOR_H_ #define ART_SRC_MONITOR_H_ -#include "src/logging.h" -#include "src/macros.h" +#include "logging.h" +#include "macros.h" namespace art { |