summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-06-15 19:49:27 +0000
committerJim Ingham <jingham@apple.com>2010-06-15 19:49:27 +0000
commit40af72e1063d72a00d47fe23816412029efc55ee (patch)
treecb81a5f78ad9da77ad62611f1c4cd8a04986de1c /lldb/source/Core/ConnectionFileDescriptor.cpp
parente22295e8a660b99674556e2eaceb0a02b37fdf79 (diff)
downloadbcm5719-llvm-40af72e1063d72a00d47fe23816412029efc55ee.tar.gz
bcm5719-llvm-40af72e1063d72a00d47fe23816412029efc55ee.zip
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
llvm-svn: 106034
Diffstat (limited to 'lldb/source/Core/ConnectionFileDescriptor.cpp')
-rw-r--r--lldb/source/Core/ConnectionFileDescriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ConnectionFileDescriptor.cpp b/lldb/source/Core/ConnectionFileDescriptor.cpp
index a8097e85f14..60d78f618fc 100644
--- a/lldb/source/Core/ConnectionFileDescriptor.cpp
+++ b/lldb/source/Core/ConnectionFileDescriptor.cpp
@@ -25,7 +25,7 @@
// Other libraries and framework includes
// Project includes
#include "lldb/lldb-private-log.h"
-#include "lldb/Core/Args.h"
+#include "lldb/Interpreter/Args.h"
#include "lldb/Core/Communication.h"
#include "lldb/Core/Log.h"
#include "lldb/Core/RegularExpression.h"
OpenPOWER on IntegriCloud