diff options
Diffstat (limited to 'include/clang/Driver/ArgList.h')
-rw-r--r-- | include/clang/Driver/ArgList.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/ArgList.h b/include/clang/Driver/ArgList.h index 8a37915904..617561b0f6 100644 --- a/include/clang/Driver/ArgList.h +++ b/include/clang/Driver/ArgList.h @@ -20,10 +20,6 @@ #include <string> #include <vector> -namespace llvm { - class Twine; -} - namespace clang { class Diagnostic; |