]> git.street.me.uk Git - andy/viking.git/blobdiff - src/libjpeg/jpeg-data.c
Tidy up: simpler and better use of trackpoint free methods in TRW Layer.
[andy/viking.git] / src / libjpeg / jpeg-data.c
index 04a3e947b9a2f60bb6e962dc0b35f9f5dd78510c..c175f594fbdb731065d72ec6ca00324bbba89ec1 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-
-/* This refers to the exif-i18n.h file from the "exif" package and is
- * NOT to be confused with the libexif/i18n.h file.
- */
-#include "exif/exif-i18n.h"
+#include <glib/gi18n.h>
 
 /* realloc that cleans up on memory failure and returns to caller */
 #define CLEANUP_REALLOC(p,s) { \