diff --git a/lldb/source/Interpreter/OptionGroupArchitecture.cpp b/lldb/source/Interpreter/OptionGroupArchitecture.cpp index a523f3c8e351..9446f2e73d51 100644 --- a/lldb/source/Interpreter/OptionGroupArchitecture.cpp +++ b/lldb/source/Interpreter/OptionGroupArchitecture.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupArchitecture.h" +#include "lldb/Interpreter/OptionGroupArchitecture.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupBoolean.cpp b/lldb/source/Interpreter/OptionGroupBoolean.cpp index f1fd62bbf638..f5403cfb9926 100644 --- a/lldb/source/Interpreter/OptionGroupBoolean.cpp +++ b/lldb/source/Interpreter/OptionGroupBoolean.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupBoolean.h" +#include "lldb/Interpreter/OptionGroupBoolean.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupFile.cpp b/lldb/source/Interpreter/OptionGroupFile.cpp index 86acedec1a55..b16399aca771 100644 --- a/lldb/source/Interpreter/OptionGroupFile.cpp +++ b/lldb/source/Interpreter/OptionGroupFile.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupFile.h" +#include "lldb/Interpreter/OptionGroupFile.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupFormat.cpp b/lldb/source/Interpreter/OptionGroupFormat.cpp index 213255e885a0..a42099db3c58 100644 --- a/lldb/source/Interpreter/OptionGroupFormat.cpp +++ b/lldb/source/Interpreter/OptionGroupFormat.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupFormat.h" +#include "lldb/Interpreter/OptionGroupFormat.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupOutputFile.cpp b/lldb/source/Interpreter/OptionGroupOutputFile.cpp index 2a4e8dce0704..541c8b4e8e70 100644 --- a/lldb/source/Interpreter/OptionGroupOutputFile.cpp +++ b/lldb/source/Interpreter/OptionGroupOutputFile.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupOutputFile.h" +#include "lldb/Interpreter/OptionGroupOutputFile.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupUInt64.cpp b/lldb/source/Interpreter/OptionGroupUInt64.cpp index d0ab1ef03973..76d0260fc7e5 100644 --- a/lldb/source/Interpreter/OptionGroupUInt64.cpp +++ b/lldb/source/Interpreter/OptionGroupUInt64.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupUInt64.h" +#include "lldb/Interpreter/OptionGroupUInt64.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupUUID.cpp b/lldb/source/Interpreter/OptionGroupUUID.cpp index e436f617d48d..b1b3c77ee2d4 100644 --- a/lldb/source/Interpreter/OptionGroupUUID.cpp +++ b/lldb/source/Interpreter/OptionGroupUUID.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupUUID.h" +#include "lldb/Interpreter/OptionGroupUUID.h" // C Includes // C++ Includes diff --git a/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp b/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp index 3150ea77f89b..edc5dbbdfbf3 100644 --- a/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp +++ b/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "OptionGroupValueObjectDisplay.h" +#include "lldb/Interpreter/OptionGroupValueObjectDisplay.h" // C Includes // C++ Includes @@ -123,4 +123,4 @@ OptionGroupValueObjectDisplay::OptionParsingStarting (CommandInterpreter &interp // If we don't have any targets, then dynamic values won't do us much good. use_dynamic = lldb::eNoDynamicValues; } -} \ No newline at end of file +}