maint: fts.c: move __opendir2 #define "up" out of function body
[gnulib.git] / lib / unicase / u32-totitle.c
index 8571939..0f637f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Titlecase mapping for UTF-32 strings (locale dependent).
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
 /* Specification.  */
 #include "unicase.h"
 
-#include <errno.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdlib.h>
-
-#include "unistr.h"
-#include "unictype.h"
-#include "uniwbrk.h"
-#include "uninorm.h"
-#include "special-casing.h"
-
 #define FUNC u32_totitle
 #define UNIT uint32_t
-#define U_WORDBREAKS u32_wordbreaks
-#define U_MBTOUC_UNSAFE u32_mbtouc_unsafe
-#define U_UCTOMB u32_uctomb
-#define U_CPY u32_cpy
-#define U_NORMALIZE u32_normalize
+#define U_CT_TOTITLE u32_ct_totitle
 #include "u-totitle.h"