ICU-4707 Fix some compiler warnings

X-SVN-Rev: 19760
This commit is contained in:
George Rhoten 2006-06-26 16:47:37 +00:00
parent 739bf49f88
commit 2ac36e914a

View file

@ -19,8 +19,6 @@
* in various IDNA conversion processes.
*/
#include <stdio.h>
#include <stdlib.h>
#include "unicode/utypes.h"
#if !UCONFIG_NO_IDNA && !UCONFIG_NO_TRANSLITERATION
@ -40,6 +38,7 @@
#include "sprpimpl.h"
#include "testidna.h"
#include "punyref.h"
#include <stdlib.h>
UBool beVerbose=FALSE, haveCopyright=TRUE;