diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-11 20:02:52 +0000 |
commit | 2c607b665dbeb52e2ade86f0e1f191695290da3b (patch) | |
tree | 2e8a9aa06ce6300aeb0ca807d54ca934716975c3 /lib/Support/IncludeFile.cpp | |
parent | b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b (diff) |
Clean up a few references to System/. We still have docs/SystemLibrary.html
lying around...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/IncludeFile.cpp')
-rw-r--r-- | lib/Support/IncludeFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/IncludeFile.cpp b/lib/Support/IncludeFile.cpp index 5da88261ce..e67acb3d1d 100644 --- a/lib/Support/IncludeFile.cpp +++ b/lib/Support/IncludeFile.cpp @@ -1,4 +1,4 @@ -//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===// +//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===// // // The LLVM Compiler Infrastructure // |