Moved the fixed ScriptSummaryFormat forward declaration into the #ifndef LLDB_DISABLE_PYTHON so it doesn't show up in builds where it is supposed to be disabled.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144045 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/lldb/lldb-forward.h b/include/lldb/lldb-forward.h
index 8f21d78..fb23b43 100644
--- a/include/lldb/lldb-forward.h
+++ b/include/lldb/lldb-forward.h
@@ -124,10 +124,10 @@
 class   RegisterValue;
 class   RegularExpression;
 class   Scalar;
-struct  ScriptSummaryFormat;
 class   ScriptInterpreter;
 #ifndef LLDB_DISABLE_PYTHON
 class   ScriptInterpreterPython;
+struct  ScriptSummaryFormat;
 #endif // #ifndef LLDB_DISABLE_PYTHON
 class   SearchFilter;
 class   Section;