From: <as...@us...> - 2002-11-22 17:19:24
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs1:/tmp/cvs-serv22079/test Modified Files: test-mem.c test-tree.c Log Message: - clean the headers of gettext macros - generic clean of the headers: use "" instead of <> to first look at local sources, not system ones - rename exif-i18n.h by generic i18n.h Index: test-mem.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-mem.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- test-mem.c 25 Jul 2002 15:52:07 -0000 1.2 +++ test-mem.c 22 Nov 2002 17:19:21 -0000 1.3 @@ -18,12 +18,11 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" +#include "exif-data.h" +#include "exif-ifd.h" #include <stdio.h> - -#include <libexif/exif-data.h> -#include <libexif/exif-ifd.h> int main (int argc, char **argv) Index: test-tree.c =================================================================== RCS file: /cvsroot/libexif/libexif/test/test-tree.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- test-tree.c 25 Jan 2002 14:39:01 -0000 1.3 +++ test-tree.c 22 Nov 2002 17:19:21 -0000 1.4 @@ -1,8 +1,7 @@ -#include <config.h> +#include "config.h" +#include "libjpeg/jpeg-data.h" #include <stdio.h> - -#include <libjpeg/jpeg-data.h> int main (int argc, char **argv) |