repo: ngircd
action: commit
revision: 
path_from: 
revision_from: aa25cd7da2c5da9c67754d128b2cbd079a2af10b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit aa25cd7da2c5da9c67754d128b2cbd079a2af10b
Author: Alexander Barton 
Date:   Wed Apr 27 07:38:00 2005 +0000

    Reorder #includes, necessary due to removal of #include "defines.h" in
    the client.h header file.

diff --git a/src/ngircd/irc-mode.c b/src/ngircd/irc-mode.c
index d83355690b86f8e1b6d1ff3f1c97539376abd3ef..
index ..b1a91dbc25811725abb482899c91e6ba020a0ea7 100644
--- a/src/ngircd/irc-mode.c
+++ b/src/ngircd/irc-mode.c
@@ -14,7 +14,7 @@

 #include "portab.h"

-static char UNUSED id[] = "$Id: irc-mode.c,v 1.40 2005/03/19 18:43:48 fw Exp $";
+static char UNUSED id[] = "$Id: irc-mode.c,v 1.41 2005/04/27 07:38:00 alex Exp $";

 #include "imp.h"
 #include 
@@ -22,10 +22,10 @@ static char UNUSED id[] = "$Id: irc-mode.c,v 1.40 2005/03/19 18:43:48 fw Exp $";
 #include 
 #include 

+#include "defines.h"
 #include "conn.h"
 #include "client.h"
 #include "channel.h"
-#include "defines.h"
 #include "irc-write.h"
 #include "lists.h"
 #include "log.h"
diff --git a/src/ngircd/irc-op.c b/src/ngircd/irc-op.c
index f1c3fcd4a9e1068c467abd06b988aff7cbd9d8e9..
index ..587c4c606b987c199098e3fd6e2d1ab2b4fcf8ac 100644
--- a/src/ngircd/irc-op.c
+++ b/src/ngircd/irc-op.c
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2003 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2005 by Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,17 +14,17 @@

 #include "portab.h"

-static char UNUSED id[] = "$Id: irc-op.c,v 1.14 2005/03/19 18:43:48 fw Exp $";
+static char UNUSED id[] = "$Id: irc-op.c,v 1.15 2005/04/27 07:39:18 alex Exp $";

 #include "imp.h"
 #include 
 #include 
 #include 

+#include "defines.h"
 #include "conn.h"
 #include "client.h"
 #include "channel.h"
-#include "defines.h"
 #include "irc-write.h"
 #include "lists.h"
 #include "log.h"
diff --git a/src/ngircd/irc-write.c b/src/ngircd/irc-write.c
index 3064f7bd41c2abeb4094104850e1b35985d40ad7..
index ..dce31408b227ce805a35fb53c632196c8cc482b0 100644
--- a/src/ngircd/irc-write.c
+++ b/src/ngircd/irc-write.c
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2005 by Alexander Barton (alex@barton.de)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@

 #include "portab.h"

-static char UNUSED id[] = "$Id: irc-write.c,v 1.17 2005/03/19 18:43:49 fw Exp $";
+static char UNUSED id[] = "$Id: irc-write.c,v 1.18 2005/04/27 07:39:18 alex Exp $";

 #include "imp.h"
 #include 
@@ -26,10 +26,10 @@ static char UNUSED id[] = "$Id: irc-write.c,v 1.17 2005/03/19 18:43:49 fw Exp $"
 #include 
 #include 

+#include "defines.h"
 #include "conn-func.h"
 #include "client.h"
 #include "channel.h"
-#include "defines.h"

 #include "exp.h"
 #include "irc-write.h"

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