summaryrefslogtreecommitdiffstats
path: root/compiler/linker/multi_oat_relative_patcher_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/linker/multi_oat_relative_patcher_test.cc')
-rw-r--r--compiler/linker/multi_oat_relative_patcher_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/linker/multi_oat_relative_patcher_test.cc b/compiler/linker/multi_oat_relative_patcher_test.cc
index 615b2b97be..e96790115a 100644
--- a/compiler/linker/multi_oat_relative_patcher_test.cc
+++ b/compiler/linker/multi_oat_relative_patcher_test.cc
@@ -14,9 +14,10 @@
* limitations under the License.
*/
+#include "multi_oat_relative_patcher.h"
+
#include "compiled_method.h"
#include "gtest/gtest.h"
-#include "multi_oat_relative_patcher.h"
#include "vector_output_stream.h"
namespace art {