Remove Android.h
authorPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:54:36 +0000 (12:54 +0000)
committerPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:54:36 +0000 (12:54 +0000)
commit1eb0d42a1b64ff7aa5d36af2df30fef929fead6f
tree8ea5f80a482d87d845670a87e7610da940b67a72
parentc923a3dc00c5dfdf68fabd6d9d85ccf2bedc6066
Remove Android.h

It only contained a reimplementation of std::to_string, which I have replaced with usages of
pre-existing llvm::to_string (also, injecting members into the std namespace is evil).

llvm-svn: 278000
lldb/include/lldb/Host/android/Android.h [deleted file]
lldb/include/lldb/lldb-private.h
lldb/source/Host/common/HostInfoBase.cpp
lldb/source/Host/linux/Host.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Utility/PseudoTerminal.cpp
lldb/tools/lldb-server/Acceptor.cpp