diff postproc/rgb2rgb.h @ 10895:2da8559e5f33

reversed for cause of code obsolescence
author pl
date Sun, 21 Sep 2003 01:23:07 +0000
parents 7777dded6caa
children ede278d59026
line wrap: on
line diff
--- a/postproc/rgb2rgb.h	Sat Sep 20 19:54:12 2003 +0000
+++ b/postproc/rgb2rgb.h	Sun Sep 21 01:23:07 2003 +0000
@@ -9,7 +9,7 @@
 #ifndef RGB2RGB_INCLUDED
 #define RGB2RGB_INCLUDED
 
-#include <stdio.h>
+// Note: do not fix the dependence on stdio.h
 
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size);