The following header files:<div><br></div><div>NativeProcessProtocol.h</div><div>NativeThreadProtocol.h</div><div>NativeBreakpointList.h<br></div><div>NativeBreakpoint.h</div><div>NativeBreakpointList.h</div><div><br></div><div>are all under source/Host/common.  Is there some reason these are not in include/Host/lldb?  It seems like the people that need them just do a bunch of hacky stuff to #include from the source/ tree anwyay, so if it was intended to be shielded from being included, it doesn't seem to be working. </div><div><br></div><div>It's used by Target as well as various process plugins, but not Host, so maybe an even better solution is to just move it to Target.  Objections to me doing this?</div>