]> granicus.if.org Git - clang/commitdiff
Fix FileEntry declaration.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 17:57:47 +0000 (17:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 17:57:47 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99896 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceLocation.h
include/clang/Lex/PreprocessorLexer.h

index f7ea331e1cc7a6f5964b9e990935c8f0bc177cbe..555e6f5a919a126b6fc3b0c6d2ddee3ff153d039 100644 (file)
@@ -28,7 +28,6 @@ namespace llvm {
 namespace clang {
 
 class SourceManager;
-class FileEntry;
 
 /// FileID - This is an opaque identifier used by SourceManager which refers to
 /// a source file (MemoryBuffer) along with its #include path and #line data.
index 85c44c5a0b808509f33f8746063b8b6a89372da7..477a2130cf0ebb9e656d7d28906c4aea3922c458 100644 (file)
@@ -21,6 +21,7 @@
 
 namespace clang {
 
+class FileEntry;
 class Preprocessor;
 
 class PreprocessorLexer {