diff options
Diffstat (limited to 'unittests/IR/ModuleTest.cpp')
-rw-r--r-- | unittests/IR/ModuleTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/IR/ModuleTest.cpp b/unittests/IR/ModuleTest.cpp index 9f52fedc4559..d93d036bb115 100644 --- a/unittests/IR/ModuleTest.cpp +++ b/unittests/IR/ModuleTest.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#include "llvm/IR/GlobalVariable.h" #include "llvm/IR/Module.h" +#include "llvm/IR/GlobalVariable.h" #include "llvm/Support/RandomNumberGenerator.h" #include "gtest/gtest.h" |