Thread: SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include

SVN Commit by andreas: r4452 - in trunk/pgadmin3/src: dlg include

From
svn@pgadmin.org
Date:
Author: andreas
Date: 2005-09-18 19:01:51 +0100 (Sun, 18 Sep 2005)
New Revision: 4452

Modified:
   trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp
   trunk/pgadmin3/src/include/dlgSelectConnection.h
Log:
gcc fixes

Modified: trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp
===================================================================
--- trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp    2005-09-18 17:34:15 UTC (rev 4451)
+++ trunk/pgadmin3/src/dlg/dlgSelectConnection.cpp    2005-09-18 18:01:51 UTC (rev 4452)
@@ -14,10 +14,9 @@
 // App headers
 #include "pgAdmin3.h"

+#include "frmMain.h"
 #include "dlgSelectConnection.h"
-#include "pgConn.h"
 #include "pgServer.h"
-#include "sysLogger.h"




Modified: trunk/pgadmin3/src/include/dlgSelectConnection.h
===================================================================
--- trunk/pgadmin3/src/include/dlgSelectConnection.h    2005-09-18 17:34:15 UTC (rev 4451)
+++ trunk/pgadmin3/src/include/dlgSelectConnection.h    2005-09-18 18:01:51 UTC (rev 4452)
@@ -14,6 +14,7 @@

 #include "dlgClasses.h"

+class pgServer;
 // Class declarations
 class dlgSelectConnection : public DialogWithHelp
 {