aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-20 19:36:21 +0800
committerXan Lopez <xan@igalia.com>2012-01-20 19:36:21 +0800
commit408de86398e94e17f163d7844599840157cc0a10 (patch)
treef49212253d56990899cf919df82e0d966ae9818d /src/popup-commands.c
parent27bf25693a91b5ab978c949c79320c46d4dc4875 (diff)
downloadgsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.gz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.bz2
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.lz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.xz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.zst
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.zip
More private method cleanups
Move another method to ephy-private.h, and stop exporting another one that is only used internally in EphyWindow.
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index d725bf743..fd3235565 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -19,22 +19,23 @@
*/
#include "config.h"
-
#include "popup-commands.h"
+
+#include "ephy-bookmarks-ui.h"
#include "ephy-download.h"
-#include "ephy-shell.h"
#include "ephy-embed-container.h"
#include "ephy-embed-utils.h"
+#include "ephy-file-chooser.h"
+#include "ephy-file-helpers.h"
#include "ephy-prefs.h"
+#include "ephy-private.h"
#include "ephy-settings.h"
-#include "ephy-file-helpers.h"
-#include "ephy-file-chooser.h"
-#include "ephy-bookmarks-ui.h"
+#include "ephy-shell.h"
#include "ephy-web-view.h"
-#include <string.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
+#include <string.h>
#include <webkit/webkit.h>
void