summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-11-12 13:08:01 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-11-12 13:08:01 -0600
commita327392247ff51d9e7780d076e70649ca4279cb0 (patch)
treef699a5b6011f108c48bf5653839d2486260b19e6
parent54b49cd5be0a50073650f38fa4253864bb48a24d (diff)
downloadepiphany-a327392247ff51d9e7780d076e70649ca4279cb0.tar.gz
uri-tester: Remove workaround for fixed vala bug
-rw-r--r--embed/ephy-uri-tester.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/embed/ephy-uri-tester.c b/embed/ephy-uri-tester.c
index 9e1c01b66..687749689 100644
--- a/embed/ephy-uri-tester.c
+++ b/embed/ephy-uri-tester.c
@@ -37,15 +37,10 @@
#include <gio/gio.h>
#include <glib/gstdio.h>
+#include <httpseverywhere.h>
#include <libsoup/soup.h>
#include <string.h>
-/* https://bugzilla.gnome.org/show_bug.cgi?id=772661 */
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wredundant-decls"
-#include <httpseverywhere.h>
-#pragma GCC diagnostic pop
-
#define DEFAULT_FILTER_URL "https://easylist-downloads.adblockplus.org/easylist.txt"
#define FILTERS_LIST_FILENAME "filters.list"
#define SIGNATURE_SIZE 8