summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.h
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-08-27 18:18:49 +0000
committerEnrico Granata <egranata@apple.com>2015-08-27 18:18:49 +0000
commitdb3d58b94a66e1dd81d3ac75c85e1743cb93509a (patch)
tree94030a7d43e785757b9edb6d872139e5405476e2 /lldb/source/Commands/CommandObjectArgs.h
parent874e93f4b4b307892ab300dd908d1f2cd55e6c76 (diff)
downloadbcm5719-llvm-db3d58b94a66e1dd81d3ac75c85e1743cb93509a.tar.gz
bcm5719-llvm-db3d58b94a66e1dd81d3ac75c85e1743cb93509a.zip
Remove class Language - the only thing it was actually being used for is provided by LanguageRuntime already
llvm-svn: 246177
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.h')
-rw-r--r--lldb/source/Commands/CommandObjectArgs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h
index 6691283ce09..194563d8310 100644
--- a/lldb/source/Commands/CommandObjectArgs.h
+++ b/lldb/source/Commands/CommandObjectArgs.h
@@ -16,7 +16,6 @@
// Project includes
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/Options.h"
-#include "lldb/Core/Language.h"
namespace lldb_private {
OpenPOWER on IntegriCloud