From: Rafael Espindola Date: Wed, 26 Jun 2013 04:23:08 +0000 (+0000) Subject: Remove forward declarations of sys::Path. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92306906ba0a57084942ef93e941dff4d2d9320e;p=clang Remove forward declarations of sys::Path. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184911 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/FileManager.h b/include/clang/Basic/FileManager.h index 6d9e53b7eb..ebf9b497f7 100644 --- a/include/clang/Basic/FileManager.h +++ b/include/clang/Basic/FileManager.h @@ -35,7 +35,6 @@ struct stat; namespace llvm { class MemoryBuffer; -namespace sys { class Path; } } namespace clang { diff --git a/include/clang/Frontend/ASTConsumers.h b/include/clang/Frontend/ASTConsumers.h index f5af17091c..daaab6198f 100644 --- a/include/clang/Frontend/ASTConsumers.h +++ b/include/clang/Frontend/ASTConsumers.h @@ -16,9 +16,6 @@ #include "clang/Basic/LLVM.h" -namespace llvm { - namespace sys { class Path; } -} namespace clang { class ASTConsumer;