summaryrefslogtreecommitdiff
path: root/source/Plugins/Language/Go/GoFormatterFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Language/Go/GoFormatterFunctions.h')
-rw-r--r--source/Plugins/Language/Go/GoFormatterFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Language/Go/GoFormatterFunctions.h b/source/Plugins/Language/Go/GoFormatterFunctions.h
index 596eb2ae71f6d..1bf1892d6669e 100644
--- a/source/Plugins/Language/Go/GoFormatterFunctions.h
+++ b/source/Plugins/Language/Go/GoFormatterFunctions.h
@@ -21,12 +21,12 @@
// Project includes
#include "lldb/lldb-forward.h"
-#include "lldb/Core/ConstString.h"
#include "lldb/DataFormatters/FormatClasses.h"
#include "lldb/DataFormatters/TypeSynthetic.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/ObjCLanguageRuntime.h"
#include "lldb/Target/Target.h"
+#include "lldb/Utility/ConstString.h"
namespace lldb_private {
namespace formatters {