[eog-plugins] [exif-display] Optimize includes
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [eog-plugins] [exif-display] Optimize includes
- Date: Sat, 29 Aug 2009 10:07:01 +0000 (UTC)
commit d5a30f4ca6940dbe7590f9d7cd6c474ac2cb3a10
Author: Felix Riemann <friemann gnome org>
Date: Sat Aug 29 11:59:25 2009 +0200
[exif-display] Optimize includes
Only include the eog headers that are actually necessary. Fixes a
compiler warning about an implicit defined function on the way.
plugins/exif-display/eog-exif-display-plugin.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/exif-display/eog-exif-display-plugin.c b/plugins/exif-display/eog-exif-display-plugin.c
index 926f8c6..a07309c 100644
--- a/plugins/exif-display/eog-exif-display-plugin.c
+++ b/plugins/exif-display/eog-exif-display-plugin.c
@@ -28,10 +28,9 @@
#include <gconf/gconf-client.h>
#include <glib/gi18n-lib.h>
-#include <eog/eog-scroll-view.h>
#include <eog/eog-image.h>
#include <eog/eog-thumb-view.h>
-#include <eog/eog-exif-details.h>
+#include <eog/eog-job-queue.h>
#include <eog/eog-exif-util.h>
#include <eog/eog-sidebar.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]