mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 09:44:44 +00:00
Removed "invalid" #include of "defines.h" (don't include further header
files from a header file!).
This commit is contained in:
parent
dfe662ad45
commit
70fcdf1b5c
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user