diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:27:27 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:27:27 +0100 |
commit | cf78e90a0250b74256335781e2924064ebbb32a1 (patch) | |
tree | 3b15107023fd3f28aaac7b6950e068ad017a2a77 /libextra | |
parent | ce923af6704214bc9d245588e86a7f1341915aae (diff) | |
download | gnutls-cf78e90a0250b74256335781e2924064ebbb32a1.tar.gz |
gnutls_int includes config.h, no need to do it twice.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/openssl_compat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libextra/openssl_compat.c b/libextra/openssl_compat.c index 33aa57bf8b..dc4215922e 100644 --- a/libextra/openssl_compat.c +++ b/libextra/openssl_compat.c @@ -24,8 +24,6 @@ * API. */ -#include <config.h> - #include "gnutls_int.h" #include <gnutls_global.h> |