[eog] Remove now unneeded header includes from EogPluginEngine



commit 3223f831063c1fb0159e1d087c6db8140a59eb10
Author: Felix Riemann <friemann gnome org>
Date:   Sun Jan 9 21:57:58 2011 +0100

    Remove now unneeded header includes from EogPluginEngine
    
    These were not needed anymore after switching to libpeas.

 src/eog-plugin-engine.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
index ad860eb..ebfa961 100644
--- a/src/eog-plugin-engine.c
+++ b/src/eog-plugin-engine.c
@@ -26,11 +26,8 @@
 #include <config.h>
 #endif
 
-#include <string.h>
-
 #include "eog-plugin-engine.h"
 #include "eog-debug.h"
-#include "eog-application.h"
 #include "eog-config-keys.h"
 #include "eog-util.h"
 
@@ -39,14 +36,8 @@
 #include <gio/gio.h>
 #include <girepository.h>
 
-#ifdef ENABLE_PYTHON
-#include "eog-python-module.h"
-#endif
-
 #define USER_EOG_PLUGINS_LOCATION "plugins/"
 
-#define PLUGIN_EXT	".eog-plugin"
-
 G_DEFINE_TYPE (EogPluginEngine, eog_plugin_engine, PEAS_TYPE_ENGINE)
 
 struct _EogPluginEnginePrivate {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]