Forgot to change the header guards on OptionGroupPythonClassWithDict.
authorJim Ingham <jingham@apple.com>
Thu, 3 Oct 2019 23:32:42 +0000 (23:32 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 3 Oct 2019 23:32:42 +0000 (23:32 +0000)
I think that's what is confusing the modules build on the bots.

llvm-svn: 373677

lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp

index b92bb6f..061e88e 100644 (file)
@@ -6,9 +6,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef liblldb_OptionGroupString_h_
-#define liblldb_OptionGroupString_h_
+#ifndef liblldb_OptionGroupPythonClassWithDict_h_
+#define liblldb_OptionGroupPythonClassWithDict_h_
 
+#include "lldb/lldb-types.h"
 #include "lldb/Interpreter/Options.h"
 #include "lldb/Utility/StructuredData.h"
 
@@ -61,4 +62,4 @@ protected:
 
 } // namespace lldb_private
 
-#endif // liblldb_OptionGroupString_h_
+#endif // liblldb_OptionGroupPythonClassWithDict_h_
index 6b16786..225a0a8 100644 (file)
@@ -1,4 +1,4 @@
-//===-- OptionGroupKeyValue.cpp ----------------------------------*- C++ -*-===//
+//===-- OptionGroupPythonClassWithDict.cpp ----------------------------------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.