diff options
Diffstat (limited to 'include/llvm/DataLayout.h')
-rw-r--r-- | include/llvm/DataLayout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/DataLayout.h b/include/llvm/DataLayout.h index 6d99dcbb37..4cb7766387 100644 --- a/include/llvm/DataLayout.h +++ b/include/llvm/DataLayout.h @@ -20,9 +20,9 @@ #ifndef LLVM_DATALAYOUT_H #define LLVM_DATALAYOUT_H -#include "llvm/Pass.h" -#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/DenseMap.h" +#include "llvm/ADT/SmallVector.h" +#include "llvm/Pass.h" #include "llvm/Support/DataTypes.h" namespace llvm { |