uninorm: Tweak includes.
authorBruno Haible <bruno@clisp.org>
Sun, 23 Jan 2011 21:43:07 +0000 (22:43 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Jan 2011 21:43:07 +0000 (22:43 +0100)
* lib/uninorm/normalize-internal.h: Don't include <stddef.h>.
Reported by Jim Meyering.

ChangeLog
lib/uninorm/normalize-internal.h

index a1d5d6b..c7aa1f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-23  Bruno Haible  <bruno@clisp.org>
 
+       uninorm: Tweak includes.
+       * lib/uninorm/normalize-internal.h: Don't include <stddef.h>.
+       Reported by Jim Meyering.
+
+2011-01-23  Bruno Haible  <bruno@clisp.org>
+
        get-rusage-as: Improve on NetBSD.
        * lib/get-rusage-as.c (get_rusage_as_via_iterator): On NetBSD, use
        /proc, like on FreeBSD.
index e60c060..9b209c5 100644 (file)
@@ -15,8 +15,6 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include <stddef.h>
-
 #include "unitypes.h"
 
 /* Complete definition of normalization form descriptor.  */