about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/ppmtompeg.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 00:47:15 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-01 00:47:15 +0000
commit93c07756873380b1dffa1dda808077f17ea19267 (patch)
tree063549fae91da75ba485e9fc366d030ca073140d /converter/ppm/ppmtompeg/ppmtompeg.c
parent3cb1c21a8055fc14a41626e93b58d2856f47781d (diff)
downloadnetpbm-mirror-93c07756873380b1dffa1dda808077f17ea19267.tar.gz
netpbm-mirror-93c07756873380b1dffa1dda808077f17ea19267.tar.xz
netpbm-mirror-93c07756873380b1dffa1dda808077f17ea19267.zip
remove unneeded sys/utsname (code that needed it has been split out to gethostname.c)
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@532 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/ppmtompeg.c')
-rw-r--r--converter/ppm/ppmtompeg/ppmtompeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/ppmtompeg.c b/converter/ppm/ppmtompeg/ppmtompeg.c
index 2296e2cb..f4473e07 100644
--- a/converter/ppm/ppmtompeg/ppmtompeg.c
+++ b/converter/ppm/ppmtompeg/ppmtompeg.c
@@ -33,7 +33,6 @@
 #define _BSD_SOURCE   /* Make sure strdup() is in string.h */
 
 #include <assert.h>
-#include <sys/utsname.h>
 
 #include "all.h"
 #include "mtypes.h"