[seahorse] pkcs11: Another work around for invalid vala header generation



commit 110894dae3da316a115fd00b89ed1b9271455233
Author: Stef Walter <stefw gnome org>
Date:   Thu Jun 27 15:45:53 2013 +0200

    pkcs11: Another work around for invalid vala header generation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702602

 pkcs11/seahorse-certificate.c     |    2 +-
 pkcs11/seahorse-pkcs11-backend.c  |    1 +
 pkcs11/seahorse-pkcs11-generate.c |    1 +
 pkcs11/seahorse-pkcs11-helpers.c  |    3 +++
 pkcs11/seahorse-private-key.c     |    2 +-
 pkcs11/seahorse-token.c           |    2 +-
 6 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/pkcs11/seahorse-certificate.c b/pkcs11/seahorse-certificate.c
index 99abec5..0a4fafe 100644
--- a/pkcs11/seahorse-certificate.c
+++ b/pkcs11/seahorse-certificate.c
@@ -21,6 +21,7 @@
  */
 
 #include "config.h"
+#include "seahorse-common.h"
 
 #include "seahorse-certificate.h"
 #include "seahorse-pkcs11.h"
@@ -30,7 +31,6 @@
 #include "seahorse-private-key.h"
 #include "seahorse-token.h"
 
-#include "seahorse-common.h"
 #include "seahorse-util.h"
 #include "seahorse-validity.h"
 
diff --git a/pkcs11/seahorse-pkcs11-backend.c b/pkcs11/seahorse-pkcs11-backend.c
index 6e8cd8c..dc8e4d8 100644
--- a/pkcs11/seahorse-pkcs11-backend.c
+++ b/pkcs11/seahorse-pkcs11-backend.c
@@ -20,6 +20,7 @@
  */
 
 #include "config.h"
+#include "seahorse-common.h"
 
 #include "seahorse-pkcs11.h"
 #include "seahorse-pkcs11-backend.h"
diff --git a/pkcs11/seahorse-pkcs11-generate.c b/pkcs11/seahorse-pkcs11-generate.c
index 8b39512..da398b0 100644
--- a/pkcs11/seahorse-pkcs11-generate.c
+++ b/pkcs11/seahorse-pkcs11-generate.c
@@ -21,6 +21,7 @@
  */
 
 #include "config.h"
+#include "seahorse-common.h"
 
 #include "seahorse-pkcs11-backend.h"
 #include "seahorse-pkcs11-generate.h"
diff --git a/pkcs11/seahorse-pkcs11-helpers.c b/pkcs11/seahorse-pkcs11-helpers.c
index 332ecae..18fd803 100644
--- a/pkcs11/seahorse-pkcs11-helpers.c
+++ b/pkcs11/seahorse-pkcs11-helpers.c
@@ -19,6 +19,9 @@
  * 02111-1307, USA.  
  */
 
+#include "config.h"
+#include "seahorse-common.h"
+
 #include "seahorse-pkcs11.h"
 #include "seahorse-pkcs11-helpers.h"
 
diff --git a/pkcs11/seahorse-private-key.c b/pkcs11/seahorse-private-key.c
index becfcbd..8f9ad45 100644
--- a/pkcs11/seahorse-private-key.c
+++ b/pkcs11/seahorse-private-key.c
@@ -21,6 +21,7 @@
  */
 
 #include "config.h"
+#include "seahorse-common.h"
 
 #include "seahorse-private-key.h"
 #include "seahorse-pkcs11.h"
@@ -29,7 +30,6 @@
 #include "seahorse-pkcs11-properties.h"
 #include "seahorse-token.h"
 
-#include "seahorse-common.h"
 #include "seahorse-util.h"
 
 #include <gcr/gcr.h>
diff --git a/pkcs11/seahorse-token.c b/pkcs11/seahorse-token.c
index 3cc7336..bb6bd34 100644
--- a/pkcs11/seahorse-token.c
+++ b/pkcs11/seahorse-token.c
@@ -21,6 +21,7 @@
  */
 
 #include "config.h"
+#include "seahorse-common.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -34,7 +35,6 @@
 #include "seahorse-private-key.h"
 #include "seahorse-token.h"
 
-#include "seahorse-common.h"
 #include "seahorse-util.h"
 
 enum {


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