[gnome-keyring/gnome-3-0] Remove #include <config.h> from headers to make sure it's not included more than once
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/gnome-3-0] Remove #include <config.h> from headers to make sure it's not included more than once
- Date: Wed, 20 Apr 2011 05:00:20 +0000 (UTC)
commit c8bdfed5775dccb7e255107dfd627a78c25233ff
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 30d1a88..c4fa623 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]