From f319daae1ddfe2aff724830f768f1d50cb240c93 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 23 Apr 2003 18:47:59 +0000 Subject: 18466: tcp.mdh only included by C file --- Src/Modules/tcp.c | 1 + Src/Modules/tcp.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/Modules/tcp.c b/Src/Modules/tcp.c index 58ab8c090..cc591f6eb 100644 --- a/Src/Modules/tcp.c +++ b/Src/Modules/tcp.c @@ -34,6 +34,7 @@ * doesn't exist on cygwin. */ #include "tcp.h" +#include "tcp.mdh" /* * We use poll() in preference to select because some subset of manuals says diff --git a/Src/Modules/tcp.h b/Src/Modules/tcp.h index 5d3892861..36ceb0886 100644 --- a/Src/Modules/tcp.h +++ b/Src/Modules/tcp.h @@ -83,7 +83,6 @@ struct tcp_session { int flags; }; -#include "tcp.mdh" #include "tcp.pro" #ifndef INET_ADDRSTRLEN -- cgit 1.4.1