From: Douglas Gregor Date: Fri, 5 Feb 2010 21:07:53 +0000 (+0000) Subject: Oops, thanks Clang X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4794081837ba088965a71652a46494ef4c6b2590;p=clang Oops, thanks Clang git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95429 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTImporter.h b/include/clang/AST/ASTImporter.h index d8e1839bea..7cd6499be3 100644 --- a/include/clang/AST/ASTImporter.h +++ b/include/clang/AST/ASTImporter.h @@ -11,7 +11,7 @@ // context into another context. // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_AST_ASTIM PORTER_H +#ifndef LLVM_CLANG_AST_ASTIMPORTER_H #define LLVM_CLANG_AST_ASTIMPORTER_H #include "clang/AST/Type.h"