[Patch] Fixing some #include statements

Hi,

I’ve attached two patches that remove errors when compiling with the makefiles.

  1. Transform calls to include “lldb-private.h” to calls to include “lldb/lldb-private.h”.
  2. Transform calls to include “ClangPersistantVariables.h” to calls to include “lldb/Expression/ClangPersistentVariables.h”

Enjoy,
Bill Lynch

lldb-private.patch (2.93 KB)

PersistantVariables.patch (702 Bytes)