diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 217bd69274..1da7c8805c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,7 +3,7 @@ #ifndef ART_SRC_UTILS_H_ #define ART_SRC_UTILS_H_ -#include "src/globals.h" +#include "globals.h" namespace art { |