[gnome-keyring: 4/10] Remove #include <config.h> from headers to make sure it's not included more than once



commit 1cfa84f0e80905017a17db4be5dd1416014a504c
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Tue Mar 29 11:57:46 2011 +0200

    Remove #include <config.h> from headers to make sure it's not included more than once

 egg/egg-libgcrypt.h                |    2 --
 pkcs11/rpc-layer/gkm-rpc-private.h |    2 --
 testing/testing.h                  |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/egg/egg-libgcrypt.h b/egg/egg-libgcrypt.h
index ff10104..1aee422 100644
--- a/egg/egg-libgcrypt.h
+++ b/egg/egg-libgcrypt.h
@@ -19,8 +19,6 @@
  * 02111-1307, USA.  
  */
 
-#include "config.h"
-
 #ifndef EGG_LIBGCRYPT_H_
 #define EGG_LIBGCRYPT_H_
 
diff --git a/pkcs11/rpc-layer/gkm-rpc-private.h b/pkcs11/rpc-layer/gkm-rpc-private.h
index ce02deb..8fa49c7 100644
--- a/pkcs11/rpc-layer/gkm-rpc-private.h
+++ b/pkcs11/rpc-layer/gkm-rpc-private.h
@@ -24,8 +24,6 @@
 #ifndef GKM_RPC_CALLS_H
 #define GKM_RPC_CALLS_H
 
-#include "config.h"
-
 #include <stdlib.h>
 #include <stdarg.h>
 
diff --git a/testing/testing.h b/testing/testing.h
index db217e4..9cbbf5b 100644
--- a/testing/testing.h
+++ b/testing/testing.h
@@ -28,8 +28,6 @@
 /* Don't use this header while preparing tests */
 #ifndef TESTING_PREPARING
 
-#include "config.h"
-
 #include <glib.h>
 #include <glib-object.h>
 #include <glib/gstdio.h>



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