diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 17:57:47 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 17:57:47 +0000 |
commit | 0cc70f1586874aed3337c57cb255b112cdac0948 (patch) | |
tree | ed4b13163b6246656289786e3ea6cb972311c04f /include/clang/Basic/SourceLocation.h | |
parent | 95dd5583e3900443a1d7970d557d8c54aa320601 (diff) |
Fix FileEntry declaration.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index f7ea331e1c..555e6f5a91 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -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. |