<string.h> is ISO C, no need to #if it.

This commit is contained in:
Markus Armbruster 2004-02-19 10:05:53 +00:00
parent 696b5b4b64
commit b5401d9dd4
17 changed files with 0 additions and 37 deletions

View file

@ -33,9 +33,7 @@
* Steve McClure, 2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -33,9 +33,7 @@
* Steve McClure, 1997-2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -32,9 +32,7 @@
*/
#include <math.h>
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -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"

View file

@ -31,9 +31,7 @@
* Steve McClure, 1996-2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -33,9 +33,7 @@
* Steve McClure, 1998-2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "xy.h"

View file

@ -32,9 +32,7 @@
* Steve McClure, 2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include <ctype.h>
#include "misc.h"
#include "player.h"

View file

@ -33,9 +33,7 @@
* Steve McClure, 1998-2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -33,9 +33,7 @@
* Steve McClure, 2000
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"

View file

@ -32,9 +32,7 @@
*
*/
#ifdef Rel4
#include <string.h>
#endif /* Rel4 */
#include "misc.h"
#include "player.h"
#include "var.h"