aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/StmtGraphTraits.h b/include/clang/AST/StmtGraphTraits.h
index a3e9e1e093f6..ab636a5ddc48 100644
--- a/include/clang/AST/StmtGraphTraits.h
+++ b/include/clang/AST/StmtGraphTraits.h
@@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CLANG_AST_STMT_GRAPHTRAITS_H
-#define LLVM_CLANG_AST_STMT_GRAPHTRAITS_H
+#ifndef LLVM_CLANG_AST_STMTGRAPHTRAITS_H
+#define LLVM_CLANG_AST_STMTGRAPHTRAITS_H
#include "clang/AST/Stmt.h"
#include "llvm/ADT/DepthFirstIterator.h"