diff options
Diffstat (limited to 'include/llvm/ADT/SetVector.h')
-rw-r--r-- | include/llvm/ADT/SetVector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/SetVector.h b/include/llvm/ADT/SetVector.h index 2671bc5c9e..fab133af4c 100644 --- a/include/llvm/ADT/SetVector.h +++ b/include/llvm/ADT/SetVector.h @@ -21,9 +21,9 @@ #define LLVM_ADT_SETVECTOR_H #include "llvm/ADT/SmallSet.h" -#include <vector> -#include <cassert> #include <algorithm> +#include <cassert> +#include <vector> namespace llvm { |