UriParser cleanup

- move the header file to the include folder
- enclose the class in the proper namespace

llvm-svn: 294741
This commit is contained in:
Pavel Labath
2017-02-10 12:21:22 +00:00
parent 463cb8ac30
commit 5f7e583b33
9 changed files with 28 additions and 48 deletions

View File

@@ -12,9 +12,9 @@
#include "lldb/Host/ConnectionFileDescriptor.h"
#include "lldb/Host/common/TCPSocket.h"
#include "lldb/Utility/Error.h"
#include "lldb/Utility/UriParser.h"
#include "PlatformAndroidRemoteGDBServer.h"
#include "Utility/UriParser.h"
#include <sstream>