<string.h> is ISO C, no need to #if it.
This commit is contained in:
parent
696b5b4b64
commit
b5401d9dd4
17 changed files with 0 additions and 37 deletions
|
@ -33,9 +33,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
* Steve McClure, 1997-2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
*/
|
||||
|
||||
#include <math.h>
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -36,9 +36,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -31,9 +31,7 @@
|
|||
* Steve McClure, 1996-2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
* Steve McClure, 1998-2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "xy.h"
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include <ctype.h>
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
* Steve McClure, 1998-2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -33,9 +33,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "player.h"
|
||||
#include "var.h"
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -50,9 +48,6 @@
|
|||
#include "common.h"
|
||||
#include "gen.h"
|
||||
|
||||
#ifdef Rel4
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
static void fillcache(struct empfile *ep, int start);
|
||||
|
||||
|
|
|
@ -40,9 +40,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include <time.h>
|
||||
#include "deity.h"
|
||||
#include "player.h"
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "ship.h"
|
||||
#include "land.h"
|
||||
|
|
|
@ -45,9 +45,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* atoi free atol */
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
|
||||
#include "misc.h"
|
||||
#include "com.h"
|
||||
|
|
|
@ -31,9 +31,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "misc.h"
|
||||
#include "gen.h"
|
||||
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
* Steve McClure, 2000
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include "prototypes.h"
|
||||
#include "misc.h"
|
||||
#include "proto.h"
|
||||
|
|
|
@ -40,9 +40,7 @@
|
|||
* more input data, etc.
|
||||
*/
|
||||
|
||||
#ifdef Rel4
|
||||
#include <string.h>
|
||||
#endif /* Rel4 */
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue