aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/gpg.c1
-rw-r--r--g10/gpgv.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index cc7c7e27b..ed014aa84 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-13 Werner Koch <[email protected]>
+
+ * gpgv.c, gpg.c: Do not include the now removed g10defs.h file.
+
2006-12-11 Werner Koch <[email protected]>
* seskey.c (encode_session_key, do_encode_md): Use new
diff --git a/g10/gpg.c b/g10/gpg.c
index 1d15d8f03..9f3f8b460 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -54,7 +54,6 @@
#include "ttyio.h"
#include "i18n.h"
#include "status.h"
-#include "g10defs.h"
#include "keyserver-internal.h"
#include "exec.h"
#include "cardglue.h"
diff --git a/g10/gpgv.c b/g10/gpgv.c
index b643f0c9e..9939ca6d4 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -50,7 +50,6 @@
#include "ttyio.h"
#include "i18n.h"
#include "status.h"
-#include "g10defs.h"
#include "cardglue.h"