winemenubuilder.c is the only Wine source file checking for

HAVE_STRING_H. Remove that check for consistency.
This commit is contained in:
Francois Gouget 2005-05-07 14:50:40 +00:00 committed by Alexandre Julliard
parent e52296ccb8
commit 0ae9be862e
1 changed files with 0 additions and 2 deletions

View File

@ -39,9 +39,7 @@
#include <ctype.h>
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif