]> git.pond.sub.org Git - empserver/blobdiff - src/client/misc.h
Update copyright notice.
[empserver] / src / client / misc.h
index c6f0f0b441527d41cee708d5bea274309476b72f..31080cf7383161bbe711010ace095a5953958cf7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
 #ifndef MISC_H
 #define MISC_H
 
-#include <ctype.h>
 #include <stdio.h>
-#include <sys/types.h>
 #ifdef _WIN32
 #include <windows.h>
-#else
-#include <netinet/in.h>
 #endif
 
-typedef short coord;           /* also change NSC_COORD in nsc.h */
-
 struct ioqueue;
 
 extern char empirehost[];