changeset 10895:2da8559e5f33

reversed for cause of code obsolescence
author pl
date Sun, 21 Sep 2003 01:23:07 +0000
parents b6c37bd60d5e
children 2ca86c3248b3
files postproc/rgb2rgb.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);