diff src/format_nikon.h @ 176:695e1ad3b169

simplified exif.h, moved implementation-specific stuff to exif-int.h
author nadvornik
date Wed, 13 Feb 2008 13:57:31 +0000
parents 61e57ef42cf8
children 9de0f88b2b91
line wrap: on
line diff
--- a/src/format_nikon.h	Mon Feb 11 15:23:43 2008 +0000
+++ b/src/format_nikon.h	Wed Feb 13 13:57:31 2008 +0000
@@ -11,7 +11,7 @@
 #define __FORMAT_NIKON_H
 
 
-#include "exif.h"
+#include "exif-int.h"
 
 gint format_nikon_raw(unsigned char *data, const guint len,
 		      guint *image_offset, guint *exif_offset);