diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 15:12:41 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-26 15:12:41 +0000 |
commit | 68770d24aa6db1a0533056ddf49fedb14604f251 (patch) | |
tree | 7accddde9057d934e52522d4e4565e1ab45c3043 /lldb/source/Expression/ClangExpressionParser.cpp | |
parent | 4ba58652b34cfe17338966544afb91f26dfa0d34 (diff) | |
download | bcm5719-llvm-68770d24aa6db1a0533056ddf49fedb14604f251.tar.gz bcm5719-llvm-68770d24aa6db1a0533056ddf49fedb14604f251.zip |
Remove unused include.
llvm-svn: 184954
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
-rw-r--r-- | lldb/source/Expression/ClangExpressionParser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index aeeea91a93f..98c0bfdca87 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -53,7 +53,6 @@ #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" -#include "llvm/Support/PathV1.h" #include "llvm/Support/TargetSelect.h" #if defined(__FreeBSD__) |