diff options
| author | Jim Ingham <jingham@apple.com> | 2010-06-15 19:49:27 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2010-06-15 19:49:27 +0000 |
| commit | 40af72e1063d72a00d47fe23816412029efc55ee (patch) | |
| tree | cb81a5f78ad9da77ad62611f1c4cd8a04986de1c /lldb/source/API/SBProcess.cpp | |
| parent | e22295e8a660b99674556e2eaceb0a02b37fdf79 (diff) | |
| download | llvm-40af72e1063d72a00d47fe23816412029efc55ee.tar.gz llvm-40af72e1063d72a00d47fe23816412029efc55ee.tar.bz2 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/API/SBProcess.cpp')
| -rw-r--r-- | lldb/source/API/SBProcess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBProcess.cpp b/lldb/source/API/SBProcess.cpp index aaba66747803..a646e4b30f77 100644 --- a/lldb/source/API/SBProcess.cpp +++ b/lldb/source/API/SBProcess.cpp @@ -12,7 +12,7 @@ #include "lldb/lldb-defines.h" #include "lldb/lldb-types.h" -#include "lldb/Core/Args.h" +#include "lldb/Interpreter/Args.h" #include "lldb/Core/DataBufferHeap.h" #include "lldb/Core/DataExtractor.h" #include "lldb/Core/State.h" |
