Skip to content

Commit

Permalink
Move ProcessKDP's StringExtractor include.
Browse files Browse the repository at this point in the history
This can be in the cpp file rather than the header file, so moving
it there.

Summary: Move ProcessKDP's StringExtractor include.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D11018

llvm-svn: 241649
  • Loading branch information
waywardmonkeys committed Jul 7, 2015
1 parent e69bdb8 commit 4578815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Expand Up @@ -37,6 +37,7 @@
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/StringExtractor.h"

#define USEC_PER_SEC 1000000

Expand Down
1 change: 0 additions & 1 deletion lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
Expand Up @@ -25,7 +25,6 @@
#include "lldb/Core/StringList.h"
#include "lldb/Core/ThreadSafeValue.h"
#include "lldb/Host/HostThread.h"
#include "lldb/Utility/StringExtractor.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Thread.h"

Expand Down

0 comments on commit 4578815

Please sign in to comment.