diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-23 18:47:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-23 18:47:59 +0000 |
commit | f319daae1ddfe2aff724830f768f1d50cb240c93 (patch) | |
tree | 93589db38fd5c2d15b8b906e52c9c8f9085b47d1 /Src/Modules/tcp.h | |
parent | 5b5c0175d5d4bb45c63f7fcf62c2f476fde1ee64 (diff) | |
download | zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.gz zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.tar.xz zsh-f319daae1ddfe2aff724830f768f1d50cb240c93.zip |
18466: tcp.mdh only included by C file
Diffstat (limited to 'Src/Modules/tcp.h')
-rw-r--r-- | Src/Modules/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |