]> git.pond.sub.org Git - empserver/blobdiff - src/lib/w32/service.c
Update copyright notice
[empserver] / src / lib / w32 / service.c
index 2af00b3799d31844a6af9a6624f24b3cf19c8ac7..fc7c381e0c7b79310749418304cb0208e3de6f96 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  service.c: Windows services support
  *
  *  Known contributors to this file:
- *     Ron Koenderink, 2004
+ *     Ron Koenderink, 2004-2009
  */
 
 #include <config.h>
 
-/*
- * For WIN32 in empthread.h, winsock2.h is included which interfers
- * with including windows.h, use sys/socket.h instead to prevent a
- * problem
- */
-#include <sys/socket.h>
-
 #include "service.h"
 #include "empthread.h"
 #include "prototypes.h"