diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-17 13:19:26 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-17 13:19:26 +0100 |
commit | 901d828f30314c1b68314672b8d978f512ead328 (patch) | |
tree | 592e3d171eb587941cb66cf0dd9118576698c33d /src/common.h | |
parent | d2f7521e6041a0a6457aa9fbe8b6113086bace8d (diff) | |
download | gnutls-901d828f30314c1b68314672b8d978f512ead328.tar.gz |
Never include config.h in *.h files.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 5ca2b3b97c..01e0fa5cc4 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,6 @@ #define PORT 5556 #define SERVER "127.0.0.1" -#include <config.h> #include <gnutls/gnutls.h> #include <sys/socket.h> |