diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /filter/testraster.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'filter/testraster.c')
-rw-r--r-- | filter/testraster.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/filter/testraster.c b/filter/testraster.c index b7b70b3a..185170dc 100644 --- a/filter/testraster.c +++ b/filter/testraster.c @@ -1,5 +1,5 @@ /* - * "$Id: testraster.c 9870 2011-08-06 06:32:26Z mike $" + * "$Id: testraster.c 9926 2011-08-27 09:23:01Z mike $" * * Raster test program routines for CUPS. * @@ -28,13 +28,7 @@ * Include necessary headers... */ -#include "image-private.h" -#ifdef WIN32 -# include <io.h> -#else -# include <unistd.h> -# include <fcntl.h> -#endif /* WIN32 */ +#include <cups/raster-private.h> /* @@ -1080,5 +1074,5 @@ print_changes( /* - * End of "$Id: testraster.c 9870 2011-08-06 06:32:26Z mike $". + * End of "$Id: testraster.c 9926 2011-08-27 09:23:01Z mike $". */ |