ICU-4154 Fixes for IRIX. The standard headers are broken on IRIX.

X-SVN-Rev: 16831
This commit is contained in:
George Rhoten 2004-11-12 00:26:54 +00:00
parent a941df5285
commit b42fe1345c
4 changed files with 8 additions and 6 deletions

View File

@ -26,7 +26,6 @@
//
//--------------------------------------------------------------------
#include <stdio.h>
#include "unicode/utypes.h"
#include "unicode/ucnv.h"
#include "unicode/unistr.h"

View File

@ -8,7 +8,6 @@
**********************************************************************
*/
#include <stdio.h>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "unicode/uclean.h"
@ -22,6 +21,8 @@
#include "propname.h"
#include "uassert.h"
#include <stdio.h>
// TODO: Clean up and comment this code.
//----------------------------------------------------------------------

View File

@ -23,7 +23,6 @@
* 05/09/2001 weiv Case bits are now in the CEs, not in front
*/
#include <stdio.h>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "unicode/udata.h"
@ -36,6 +35,8 @@
#include "cstring.h"
#include "cmemory.h"
#include <stdio.h>
/*
* Global - verbosity
*/

View File

@ -22,9 +22,6 @@
* Will not work with data DLLs (shared libraries).
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "unicode/udata.h"
@ -50,6 +47,10 @@
#include "propname.h"
#include "rbbidata.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* swapping implementations in i18n */
/* definitions */