Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv14820/src/modules
Modified Files:
Filters.cpp HtmlViewer.cpp LayoutEditor.cpp LayoutViewer.cpp
Log Message:
Header dependency cleanup, last few well aimed hits
Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.152
retrieving revision 1.153
diff -b -u -2 -r1.152 -r1.153
--- Filters.cpp 18 Sep 2003 16:31:01 -0000 1.152
+++ Filters.cpp 19 Sep 2003 13:31:23 -0000 1.153
@@ -35,4 +35,6 @@
#ifndef USE_PCH
# include "Mcommon.h"
+
+# include <wx/frame.h> // for wxFrame
#endif // USE_PCH
Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -b -u -2 -r1.51 -r1.52
--- HtmlViewer.cpp 18 Sep 2003 16:31:01 -0000 1.51
+++ HtmlViewer.cpp 19 Sep 2003 13:31:23 -0000 1.52
@@ -27,4 +27,5 @@
# include "Mdefaults.h"
# include "gui/wxMApp.h"
+# include "guidef.h"
#endif // USE_PCH
Index: LayoutEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutEditor.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -2 -r1.16 -r1.17
--- LayoutEditor.cpp 18 Sep 2003 16:31:02 -0000 1.16
+++ LayoutEditor.cpp 19 Sep 2003 13:31:23 -0000 1.17
@@ -350,5 +350,5 @@
void LayoutEditor::Clear()
{
- Options& options = (Options &)GetOptions(); // const_cast
+ ComposerOptions& options = (ComposerOptions &)GetOptions(); // const_cast
wxFont font;
Index: LayoutViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutViewer.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -u -2 -r1.32 -r1.33
--- LayoutViewer.cpp 18 Sep 2003 16:31:02 -0000 1.32
+++ LayoutViewer.cpp 19 Sep 2003 13:31:23 -0000 1.33
@@ -27,4 +27,5 @@
# include "Mcommon.h"
# include "Mdefaults.h"
+# include "guidef.h"
#endif // USE_PCH
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates