summaryrefslogtreecommitdiff
path: root/tools/rgb2ycbcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rgb2ycbcr.c')
-rw-r--r--tools/rgb2ycbcr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/rgb2ycbcr.c b/tools/rgb2ycbcr.c
index a0786ec2..37e3c803 100644
--- a/tools/rgb2ycbcr.c
+++ b/tools/rgb2ycbcr.c
@@ -1,4 +1,4 @@
-/* $Header: /usr/people/sam/tiff/tools/RCS/rgb2ycbcr.c,v 1.25 1995/06/06 23:45:26 sam Exp $ */
+/* $Header: /usr/people/sam/tiff/tools/RCS/rgb2ycbcr.c,v 1.26 1995/10/10 00:35:22 sam Exp $ */
/*
* Copyright (c) 1991-1995 Sam Leffler
@@ -24,13 +24,9 @@
* OF THIS SOFTWARE.
*/
-#if defined(unix) || defined(__unix)
-#include "port.h"
-#else
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#endif
#include "tiffio.h"