diff options
Diffstat (limited to 'include/llvm/Analysis/DSSupport.h')
-rw-r--r-- | include/llvm/Analysis/DSSupport.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DSSupport.h b/include/llvm/Analysis/DSSupport.h index cc989f7736..1e886fe7c2 100644 --- a/include/llvm/Analysis/DSSupport.h +++ b/include/llvm/Analysis/DSSupport.h @@ -7,11 +7,10 @@ #ifndef LLVM_ANALYSIS_DSSUPPORT_H #define LLVM_ANALYSIS_DSSUPPORT_H -#include <assert.h> - #include <vector> #include <functional> #include <string> +#include <assert.h> #include "Support/HashExtras.h" #include "Support/hash_set" |