]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/genrb.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / genrb.h
index a9afab8b8fe2f4c18cbf3e3755f4c1dbbfd5e5ab..019020a34a98211daffc6c223054f367db8425cb 100644 (file)
@@ -1,15 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2002-2011, International Business Machines
+*   Copyright (C) 2002-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *
 * File genrb.h
-*
-* Modification History:
-*******************************************************************************
 */
 
 #ifndef GENRB_H
@@ -27,8 +26,6 @@
 #include "errmsg.h"
 #include "parse.h"
 #include "rbutil.h"
-#include "reslist.h"
-
 
 #include "toolutil.h"
 #include "uoptions.h"
 #include "unicode/uloc.h"
 
 /* The version of genrb */
-#define GENRB_VERSION "3.3"
+#define GENRB_VERSION "56"
 
 U_CDECL_BEGIN
 
-extern UBool gIncludeUnihanColl;
-
 U_CAPI void processFile(
     const char *filename,
     const char* cp,