[gnome-commander] Simplify #include dependencies



commit 724949659f67d0fa58348bad5b1c1fcef0cbb688
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Fri Sep 16 23:11:25 2011 +0200

    Simplify #include dependencies

 src/dialogs/gnome-cmd-remote-dialog.cc |    1 -
 src/dialogs/gnome-cmd-remote-dialog.h  |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-remote-dialog.cc b/src/dialogs/gnome-cmd-remote-dialog.cc
index 3a9ccee..03bba89 100644
--- a/src/dialogs/gnome-cmd-remote-dialog.cc
+++ b/src/dialogs/gnome-cmd-remote-dialog.cc
@@ -24,7 +24,6 @@
 #include "gnome-cmd-remote-dialog.h"
 #include "gnome-cmd-con-dialog.h"
 #include "gnome-cmd-con-list.h"
-#include "gnome-cmd-con-ftp.h"
 #include "gnome-cmd-data.h"
 #include "gnome-cmd-treeview.h"
 #include "imageloader.h"
diff --git a/src/dialogs/gnome-cmd-remote-dialog.h b/src/dialogs/gnome-cmd-remote-dialog.h
index 66ac7a4..ece2ef9 100644
--- a/src/dialogs/gnome-cmd-remote-dialog.h
+++ b/src/dialogs/gnome-cmd-remote-dialog.h
@@ -27,7 +27,7 @@
 #define GNOME_CMD_IS_REMOTE_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GNOME_CMD_TYPE_REMOTE_DIALOG))
 #define GNOME_CMD_REMOTE_DIALOG_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GNOME_CMD_TYPE_REMOTE_DIALOG, GnomeCmdRemoteDialogClass))
 
-#include "gnome-cmd-data.h"
+#include "gnome-cmd-con-ftp.h"
 
 struct GnomeCmdRemoteDialog
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]