summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ARMAttributeParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/ARMAttributeParser.cpp')
-rw-r--r--llvm/unittests/Support/ARMAttributeParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ARMAttributeParser.cpp b/llvm/unittests/Support/ARMAttributeParser.cpp
index c2df6537ff6..1df03db6d07 100644
--- a/llvm/unittests/Support/ARMAttributeParser.cpp
+++ b/llvm/unittests/Support/ARMAttributeParser.cpp
@@ -1,5 +1,5 @@
-#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/ARMAttributeParser.h"
+#include "llvm/Support/ARMBuildAttributes.h"
#include "llvm/Support/LEB128.h"
#include "gtest/gtest.h"
#include <string>
OpenPOWER on IntegriCloud