diff include/llvm/Support/CBindingWrapping.h @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 7d135dc70f03
children
line wrap: on
line diff
--- a/include/llvm/Support/CBindingWrapping.h	Fri Nov 25 19:14:25 2016 +0900
+++ b/include/llvm/Support/CBindingWrapping.h	Fri Oct 27 17:07:41 2017 +0900
@@ -14,8 +14,8 @@
 #ifndef LLVM_SUPPORT_CBINDINGWRAPPING_H
 #define LLVM_SUPPORT_CBINDINGWRAPPING_H
 
+#include "llvm-c/Types.h"
 #include "llvm/Support/Casting.h"
-#include "llvm-c/Types.h"
 
 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref)     \
   inline ty *unwrap(ref P) {                            \