summaryrefslogtreecommitdiff
path: root/compiler/utils/dedupe_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/dedupe_set.h')
-rw-r--r--compiler/utils/dedupe_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/dedupe_set.h b/compiler/utils/dedupe_set.h
index b62f216842..3baa0612f6 100644
--- a/compiler/utils/dedupe_set.h
+++ b/compiler/utils/dedupe_set.h
@@ -17,8 +17,8 @@
#ifndef ART_COMPILER_UTILS_DEDUPE_SET_H_
#define ART_COMPILER_UTILS_DEDUPE_SET_H_
-#include <memory>
#include <stdint.h>
+#include <memory>
#include <string>
#include "base/macros.h"