diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-10-31 21:21:10 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-10-31 21:21:10 -0500 |
commit | 50dfe139266431972a22958ce40637aacd13214f (patch) | |
tree | bb105a600f2057532f0a4af27ef00c038c2b29af /embed/ephy-about-handler.c | |
parent | 99f101b16c892eaf7fc06b02cbb46e4d7f9691d2 (diff) | |
download | epiphany-50dfe139266431972a22958ce40637aacd13214f.tar.gz |
Remove private headers
There's no public API anymore and no extensions. Having private headers
years later serves no purpose and is just confusing.
Diffstat (limited to 'embed/ephy-about-handler.c')
-rw-r--r-- | embed/ephy-about-handler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c index f7be7c9ac..eeb9cab30 100644 --- a/embed/ephy-about-handler.c +++ b/embed/ephy-about-handler.c @@ -30,7 +30,6 @@ #include "ephy-smaps.h" #include "ephy-snapshot-service.h" #include "ephy-web-app-utils.h" -#include "ephy-embed-private.h" #include <gio/gio.h> #include <gtk/gtk.h> |