aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r--include/llvm/Pass.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index 247805f..66cb189 100644
--- a/include/llvm/Pass.h
+++ b/include/llvm/Pass.h
@@ -31,10 +31,10 @@
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Streams.h"
-#include <vector>
-#include <utility>
-#include <iosfwd>
#include <cassert>
+#include <iosfwd>
+#include <utility>
+#include <vector>
namespace llvm {