[seahorse] Include the seahorse-place.h header in appropriate places



commit e49f2ef135565487d5147cd16e92f12c28d53513
Author: Stef Walter <stefw gnome org>
Date:   Sun Jul 1 15:22:37 2012 +0200

    Include the seahorse-place.h header in appropriate places

 libseahorse/seahorse-catalog.h |    1 +
 pgp/seahorse-gpgme-keyring.c   |    1 +
 pgp/seahorse-hkp-source.c      |    1 +
 pgp/seahorse-ldap-source.c     |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libseahorse/seahorse-catalog.h b/libseahorse/seahorse-catalog.h
index 86760c2..ce3c96a 100644
--- a/libseahorse/seahorse-catalog.h
+++ b/libseahorse/seahorse-catalog.h
@@ -24,6 +24,7 @@
 
 #include <glib-object.h>
 
+#include "seahorse-place.h"
 #include "seahorse-widget.h"
 
 #define SEAHORSE_CATALOG_MENU_OBJECT   "ObjectPopup"
diff --git a/pgp/seahorse-gpgme-keyring.c b/pgp/seahorse-gpgme-keyring.c
index 3e7fa43..fee498f 100644
--- a/pgp/seahorse-gpgme-keyring.c
+++ b/pgp/seahorse-gpgme-keyring.c
@@ -31,6 +31,7 @@
 #include "seahorse-pgp-actions.h"
 #include "seahorse-pgp-key.h"
 
+#include "seahorse-place.h"
 #include "seahorse-progress.h"
 #include "seahorse-registry.h"
 #include "seahorse-util.h"
diff --git a/pgp/seahorse-hkp-source.c b/pgp/seahorse-hkp-source.c
index f8ffacf..381a503 100644
--- a/pgp/seahorse-hkp-source.c
+++ b/pgp/seahorse-hkp-source.c
@@ -35,6 +35,7 @@
 #include "seahorse-servers.h"
 
 #include "seahorse-object-list.h"
+#include "seahorse-place.h"
 #include "seahorse-progress.h"
 #include "seahorse-registry.h"
 #include "seahorse-util.h"
diff --git a/pgp/seahorse-ldap-source.c b/pgp/seahorse-ldap-source.c
index 676eee1..97425c2 100644
--- a/pgp/seahorse-ldap-source.c
+++ b/pgp/seahorse-ldap-source.c
@@ -35,6 +35,7 @@
 #include "seahorse-pgp-uid.h"
 
 #include "seahorse-object-list.h"
+#include "seahorse-place.h"
 #include "seahorse-progress.h"
 #include "seahorse-registry.h"
 #include "seahorse-servers.h"



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