Update of /cvsroot/mahogany/M/include/adb
In directory sc8-pr-cvs1:/tmp/cvs-serv29729/include/adb

Modified Files:
        AdbImport.h AdbManager.h ProvPalm.h 
Log Message:
Include dependencies cleanup, stage two (final so far)

Index: AdbImport.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbImport.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- AdbImport.h 13 Sep 2002 01:27:46 -0000      1.11
+++ AdbImport.h 18 Sep 2003 16:30:43 -0000      1.12
@@ -19,5 +19,5 @@
 #endif
 
-#include "AdbModule.h"     // the base class
+#include "adb/AdbModule.h"     // the base class
 
 // some forward declarations

Index: AdbManager.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/AdbManager.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- AdbManager.h        13 Sep 2003 16:03:16 -0000      1.19
+++ AdbManager.h        18 Sep 2003 16:30:43 -0000      1.20
@@ -18,5 +18,7 @@
 #include "adb/AdbEntry.h"   // for AdbLookup_xxx constants
 
-#include <wx/dynarray.h>
+#ifndef USE_PCH
+#  include <wx/dynarray.h>
+#endif // USE_PCH
 
 // forward declaration for classes we use

Index: ProvPalm.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/adb/ProvPalm.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- ProvPalm.h  22 Aug 2003 09:53:42 -0000      1.9
+++ ProvPalm.h  18 Sep 2003 16:30:43 -0000      1.10
@@ -14,18 +14,16 @@
 #define   _PROVPALM_H
 
-// M
-#include "Mpch.h"
-
 #ifdef USE_PISOCK
 
 #ifndef  USE_PCH
-#  include "Mcommon.h"
 #  include "guidef.h"
 #  include "strutil.h"
 #  include "sysutil.h"
 #  include "MApplication.h"
-#  include <ctype.h>
+#  include "kbList.h"
 #endif //USE_PCH
 
+#include <ctype.h>
+
 #include "adb/AdbManager.h"
 #include "adb/AdbEntry.h"
@@ -35,5 +33,4 @@
 #include <pi-address.h>
 #include "MModule.h"
-#include "kbList.h"
 
 // fwd decl



-------------------------------------------------------
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

Reply via email to