Fix FileEntry declaration.

llvm-svn: 99896
This commit is contained in:
Daniel Dunbar 2010-03-30 17:57:47 +00:00
parent 692d165c3b
commit 642c02d257
2 changed files with 1 additions and 1 deletions

View 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.

View File

@ -21,6 +21,7 @@
namespace clang {
class FileEntry;
class Preprocessor;
class PreprocessorLexer {