summaryrefslogtreecommitdiff
path: root/include/lldb/Interpreter/Property.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Interpreter/Property.h')
-rw-r--r--include/lldb/Interpreter/Property.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/include/lldb/Interpreter/Property.h b/include/lldb/Interpreter/Property.h
index e09df5cf9dad..9d0dc5fa0fd8 100644
--- a/include/lldb/Interpreter/Property.h
+++ b/include/lldb/Interpreter/Property.h
@@ -10,16 +10,13 @@
#ifndef liblldb_Property_h_
#define liblldb_Property_h_
-// C Includes
-// C++ Includes
-#include <string>
-
-// Other libraries and framework includes
-// Project includes
-#include "lldb/Core/ConstString.h"
-#include "lldb/Core/Flags.h"
#include "lldb/Interpreter/OptionValue.h"
+#include "lldb/Utility/ConstString.h"
+#include "lldb/Utility/Flags.h"
#include "lldb/lldb-defines.h"
+#include "lldb/lldb-private-types.h"
+
+#include <string>
namespace lldb_private {