aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SCCIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/SCCIterator.h')
-rw-r--r--include/llvm/ADT/SCCIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SCCIterator.h b/include/llvm/ADT/SCCIterator.h
index ab5e2f4fc3..e28f4caa5d 100644
--- a/include/llvm/ADT/SCCIterator.h
+++ b/include/llvm/ADT/SCCIterator.h
@@ -23,8 +23,8 @@
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/iterator.h"
-#include <vector>
#include <map>
+#include <vector>
namespace llvm {