]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/io-bmp.c
Ok minor changes.
[~andy/gtk] / gdk-pixbuf / io-bmp.c
index ecd7f38281642cb544d80b05ebb15ac8acbd99aa..61955995488b4b414fa0f68401e844be5310ffac 100644 (file)
@@ -25,8 +25,9 @@
 #include <glib.h>
 #include "gdk-pixbuf.h"
 #include "gdk-pixbuf-io.h"
+#include "io-bmp.h"
 
-/* Loosely based off the BMP loader from The GIMP */
+/* Loosely based off the BMP loader from The GIMP, hence it's complexity */
 
 /* Shared library entry point */
 GdkPixBuf *image_load(FILE * f)