summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtGraphTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/StmtGraphTraits.h')
-rw-r--r--include/clang/AST/StmtGraphTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/StmtGraphTraits.h b/include/clang/AST/StmtGraphTraits.h
index 25d0152..a3e9e1e 100644
--- a/include/clang/AST/StmtGraphTraits.h
+++ b/include/clang/AST/StmtGraphTraits.h
@@ -16,8 +16,8 @@
#define LLVM_CLANG_AST_STMT_GRAPHTRAITS_H
#include "clang/AST/Stmt.h"
-#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/DepthFirstIterator.h"
+#include "llvm/ADT/GraphTraits.h"
namespace llvm {
OpenPOWER on IntegriCloud