repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 70fcdf1b5c9776b46d66ab555a51c6c9d2cd49bd:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 70fcdf1b5c9776b46d66ab555a51c6c9d2cd49bd
Author: Alexander Barton 
Date:   Wed Apr 27 07:36:25 2005 +0000

    Removed "invalid" #include of "defines.h" (don't include further header
    files from a header file!).

diff --git a/src/ngircd/client.h b/src/ngircd/client.h
index 370c5157e8a4313b1928e4ce950b922ab227b3c8..
index ..d36c1a87e97b7a125d10cfda9f2337515917f6fc 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) */

-----END OF PAGE-----