diff options
| author | Alexander Barton <alex@barton.de> | 2005-04-27 07:36:25 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-04-27 07:36:25 +0000 |
| commit | 70fcdf1b5c9776b46d66ab555a51c6c9d2cd49bd (patch) | |
| tree | 4d1d477a3fbb9639dd91f0186c5c89eea09941fb | |
| parent | dfe662ad45e6c1f434b42acb28e90be8369a0a27 (diff) | |
| download | ngircd-70fcdf1b5c9776b46d66ab555a51c6c9d2cd49bd.tar.gz ngircd-70fcdf1b5c9776b46d66ab555a51c6c9d2cd49bd.zip | |
Removed "invalid" #include of "defines.h" (don't include further header
files from a header file!).
| -rw-r--r-- | src/ngircd/client.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ngircd/client.h b/src/ngircd/client.h index 370c5157..d36c1a87 100644 --- a/src/ngircd/client.h +++ b/src/ngircd/client.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: client.h,v 1.35 2005/03/19 18:43:48 fw Exp $ + * $Id: client.h,v 1.36 2005/04/27 07:36:25 alex Exp $ * * Client management (header) */ @@ -33,8 +33,6 @@ #if defined(__client_c__) | defined(S_SPLINT_S) -#include "defines.h" - typedef struct _CLIENT { char id[CLIENT_ID_LEN]; /* nick (user) / ID (server) */ |