[gedit/gnome-3-16] spell: don't #include gedit-metadata-manager.h (private header)



commit e8c85dcaeacb3150ac34df1ab3ad1e9a43d161ec
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Jun 7 13:42:26 2015 +0200

    spell: don't #include gedit-metadata-manager.h (private header)
    
    The gedit_metadata_manager_* functions are anyway not used in the spell
    plugin.

 plugins/spell/gedit-spell-plugin.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
index cfd83b3..66ea961 100644
--- a/plugins/spell/gedit-spell-plugin.c
+++ b/plugins/spell/gedit-spell-plugin.c
@@ -42,7 +42,6 @@
 #include "gedit-automatic-spell-checker.h"
 
 #ifdef G_OS_WIN32
-#include <gedit/gedit-metadata-manager.h>
 #define GEDIT_METADATA_ATTRIBUTE_SPELL_LANGUAGE "spell-language"
 #define GEDIT_METADATA_ATTRIBUTE_SPELL_ENABLED  "spell-enabled"
 #else


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