aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-03-20 16:14:00 +0000
committerPavel Labath <labath@google.com>2018-03-20 16:14:00 +0000
commit9af71b38750328a110204c6e186e8d1e0dc6982f (patch)
treea0e3db884af13f4a9997cd3355b26b54d7fa3541 /lldb/source/Utility/StringExtractorGDBRemote.cpp
parent5a9210e651803b27c3865b80f353ba1a2c3aa2a6 (diff)
downloadllvm-9af71b38750328a110204c6e186e8d1e0dc6982f.zip
llvm-9af71b38750328a110204c6e186e8d1e0dc6982f.tar.gz
llvm-9af71b38750328a110204c6e186e8d1e0dc6982f.tar.bz2
Move StringExtractorGDBRemote.h to the include folder
While trying to use this header I noticed that it is not in the include folder. Move it to there and update all #includes to reference that file correctly. llvm-svn: 327996
Diffstat (limited to 'lldb/source/Utility/StringExtractorGDBRemote.cpp')
-rw-r--r--lldb/source/Utility/StringExtractorGDBRemote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Utility/StringExtractorGDBRemote.cpp b/lldb/source/Utility/StringExtractorGDBRemote.cpp
index 818347a..204ce61 100644
--- a/lldb/source/Utility/StringExtractorGDBRemote.cpp
+++ b/lldb/source/Utility/StringExtractorGDBRemote.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "Utility/StringExtractorGDBRemote.h"
+#include "lldb/Utility/StringExtractorGDBRemote.h"
#include <ctype.h> // for isxdigit
#include <string.h>