]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-write.c
- externe portab-Header werden nicht mehr benoetigt/benutzt, dadurch
[ngircd-alex.git] / src / ngircd / irc-write.c
index e72cec9bb75e33cf800f954ae817aa9f6209dcca..1292e43c232a79a038c0549421eb9a5540aa505a 100644 (file)
@@ -9,26 +9,22 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: irc-write.c,v 1.1 2002/02/27 23:26:21 alex Exp $
+ * $Id: irc-write.c,v 1.2 2002/03/12 14:37:52 alex Exp $
  *
  * irc-write.c: IRC-Texte und Befehle ueber Netzwerk versenden
- *
- * $Log: irc-write.c,v $
- * Revision 1.1  2002/02/27 23:26:21  alex
- * - Modul aus irc.c bzw. irc.h ausgegliedert.
- *
  */
 
 
-#include <portab.h>
-#include "global.h"
+#include "portab.h"
 
-#include <imp.h>
+#include "imp.h"
 #include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 
-#include <exp.h>
+#include "defines.h"
+
+#include "exp.h"
 #include "irc-write.h"