--- src/m_nick.c.orig	2006-07-14 17:53:58.000000000 +0400
+++ src/m_nick.c	2010-01-20 09:30:51.342752644 +0300
@@ -29,7 +29,6 @@
 #include "msg.h"
 #include "channel.h"
 #include <sys/stat.h>
-#include <utmp.h>
 #include <fcntl.h>
 #include "h.h"
 
--- src/m_services.c.orig	2006-07-14 17:53:58.000000000 +0400
+++ src/m_services.c	2010-01-20 09:31:39.523130876 +0300
@@ -29,7 +29,6 @@
 #include "msg.h"
 #include "channel.h"
 #include <sys/stat.h>
-#include <utmp.h>
 #include <fcntl.h>
 #include "h.h"
 
--- src/m_who.c.orig	2010-01-20 09:24:57.060156113 +0300
+++ src/m_who.c	2010-01-20 09:32:12.763365040 +0300
@@ -29,7 +29,6 @@
 #include "msg.h"
 #include "channel.h"
 #include <sys/stat.h>
-#include <utmp.h>
 #include <fcntl.h>
 #include "h.h"
 
--- src/s_bsd.c.orig	2006-07-14 18:11:33.000000000 +0400
+++ src/s_bsd.c	2010-01-20 09:32:50.543598561 +0300
@@ -42,7 +42,6 @@
 #include <arpa/inet.h>
 #include <stdio.h>
 #include <fcntl.h>
-#include <utmp.h>
 #include <sys/resource.h>
 
 /* Stuff for poll() */
--- src/s_serv.c.orig	2010-01-20 09:24:57.340153990 +0300
+++ src/s_serv.c	2010-01-20 09:33:38.093895317 +0300
@@ -41,7 +41,6 @@
 #endif
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <utmp.h>
 #include "h.h"
 #if defined( HAVE_STRING_H )
 #include <string.h>
--- src/s_user.c.orig	2006-07-14 18:11:33.000000000 +0400
+++ src/s_user.c	2010-01-20 09:33:57.834018154 +0300
@@ -34,7 +34,6 @@
 #include <arpa/inet.h>
 #endif
 #include <sys/stat.h>
-#include <utmp.h>
 #include <fcntl.h>
 #include "h.h"
 #ifdef FLUD