[gnome-keyring] xdg-store: Remove references to libtasn1.h



commit a48dbad7c177e8243b6988ca34d01422f20d3104
Author: Stef Walter <stefw gnome org>
Date:   Tue Jun 19 10:08:12 2012 +0200

    xdg-store: Remove references to libtasn1.h
    
    No longer necessary, and creates a false build dependency
    on the libtasn1 headers

 pkcs11/xdg-store/gkm-xdg-trust.c         |    2 --
 pkcs11/xdg-store/tests/dump-trust-file.c |    1 -
 pkcs11/xdg-store/tests/frob-trust-file.c |    1 -
 3 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/pkcs11/xdg-store/gkm-xdg-trust.c b/pkcs11/xdg-store/gkm-xdg-trust.c
index 75f66d4..7c487c0 100644
--- a/pkcs11/xdg-store/gkm-xdg-trust.c
+++ b/pkcs11/xdg-store/gkm-xdg-trust.c
@@ -40,8 +40,6 @@
 #include "pkcs11/pkcs11n.h"
 #include "pkcs11/pkcs11x.h"
 
-#include <libtasn1.h>
-
 #include <glib/gi18n.h>
 
 extern const struct _EggAsn1xDef xdg_asn1_tab[];
diff --git a/pkcs11/xdg-store/tests/dump-trust-file.c b/pkcs11/xdg-store/tests/dump-trust-file.c
index 14c31a3..a118d78 100644
--- a/pkcs11/xdg-store/tests/dump-trust-file.c
+++ b/pkcs11/xdg-store/tests/dump-trust-file.c
@@ -29,7 +29,6 @@
 #include "egg/egg-error.h"
 #include "egg/egg-hex.h"
 
-#include <libtasn1.h>
 #include <stdlib.h>
 
 /* Bring in the relevant definitions */
diff --git a/pkcs11/xdg-store/tests/frob-trust-file.c b/pkcs11/xdg-store/tests/frob-trust-file.c
index a576377..e1412d2 100644
--- a/pkcs11/xdg-store/tests/frob-trust-file.c
+++ b/pkcs11/xdg-store/tests/frob-trust-file.c
@@ -28,7 +28,6 @@
 #include "egg/egg-error.h"
 #include "egg/egg-asn1-defs.h"
 
-#include <libtasn1.h>
 #include <stdlib.h>
 
 #include "xdg-store/gkm-xdg-asn1-defs.h"



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