]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Include only what's necessary.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Nov 2006 12:47:53 +0000 (12:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:24 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/write-po.c

index a050e913b666f259f8187d89bb80bcf273d147c0..db7d1cc6c2d22d3f87eaf2576be8ee5a7c68b7e5 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-26  Bruno Haible  <bruno@clisp.org>
+
+       * write-po.c: Include write-catalog.h instead of write-properties.h,
+       write-stringtable.h.
+
 2006-11-26  Bruno Haible  <bruno@clisp.org>
 
        * format.h (FMTDIR_START, FMTDIR_END, FMTDIR_ERROR): New enum values.
index d7ed59ac690135b9f6dc581487cdc9b30cafb719..43cad659ff00a4aba12dba54f59cf8d5f3de867e 100644 (file)
@@ -39,8 +39,7 @@
 #include "po-charset.h"
 #include "linebreak.h"
 #include "msgl-ascii.h"
-#include "write-properties.h"
-#include "write-stringtable.h"
+#include "write-catalog.h"
 #include "xalloc.h"
 #include "xallocsa.h"
 #include "c-strstr.h"