Preliminary SILC Server 1.1 commit.
[silc.git] / apps / silcd / serverincludes.h
index fede33164e63d5a84f82b158b3c85f90858e5960..b3fc3fd232b4223a3df6b4752e9f5a6e24f8f123 100644 (file)
@@ -4,13 +4,13 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2002 Pekka Riikonen
+  Copyright (C) 1997 - 2007 Pekka Riikonen
 
   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
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
-  
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -22,7 +22,7 @@
 #define SERVERINCLUDES_H
 
 /* Generic includes */
-#include "silcincludes.h"
+#include "silc.h"
 
 /* Forward declaration for SILC Server object. The actual object is
    defined in internal header file for server routines. I want to keep
 typedef struct SilcServerStruct *SilcServer;
 
 /* SILC Server includes */
-#include "idlist.h"
 #include "serverconfig.h"
 #include "server.h"
+#include "idlist.h"
 #include "serverid.h"
 #include "server_util.h"
 #include "packet_send.h"
 #include "packet_receive.h"
 #include "route.h"
-#include "protocol.h"
 #include "command.h"
 #include "command_reply.h"
 #include "server_query.h"