# HG changeset patch # User pl # Date 1064107387 0 # Node ID 2da8559e5f338cdc397070342e0504603a249392 # Parent b6c37bd60d5ebc8ea28639cb1cf5aa4d0a175f9e reversed for cause of code obsolescence diff -r b6c37bd60d5e -r 2da8559e5f33 postproc/rgb2rgb.h --- 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 +// 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);