aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-14 17:43:54 +0800
committerXan Lopez <xan@igalia.com>2012-04-14 17:43:54 +0800
commitdad79f566e60f303a1d7b3078bf07e3491fd1fd0 (patch)
treec960cf2647596b91bff4b21773edea9b7b83c1b0 /tests
parentf91c081bb406b111b5674a9b91d2532b69fb1dd0 (diff)
downloadgsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.gz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.bz2
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.lz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.xz
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.tar.zst
gsoc2013-epiphany-dad79f566e60f303a1d7b3078bf07e3491fd1fd0.zip
Move a few EphyShell methods to ephy-private.h
These are clearly not meant to be used outside of Epiphany.
Diffstat (limited to 'tests')
-rw-r--r--tests/ephy-download-test.c1
-rw-r--r--tests/ephy-embed-single-test.c1
-rw-r--r--tests/ephy-web-view-test.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c
index c2a7b3748..b1c4171bf 100644
--- a/tests/ephy-download-test.c
+++ b/tests/ephy-download-test.c
@@ -27,6 +27,7 @@
#include "ephy-download.h"
#include "ephy-embed-prefs.h"
#include "ephy-file-helpers.h"
+#include "ephy-private.h"
#include "ephy-shell.h"
#include <glib.h>
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index 856aa33dd..d0891b0f9 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -27,6 +27,7 @@
#include "ephy-embed-single.h"
#include "ephy-embed-prefs.h"
#include "ephy-file-helpers.h"
+#include "ephy-private.h"
#include "ephy-shell.h"
#include <gtk/gtk.h>
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 5c797186b..760ffff57 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -27,6 +27,7 @@
#include "ephy-embed-prefs.h"
#include "ephy-embed-private.h"
#include "ephy-file-helpers.h"
+#include "ephy-private.h"
#include "ephy-shell.h"
#include "ephy-web-view.h"