X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=ad674f412342368ea028462034abeab6e99d1d2a;hb=783f1bcf7d7429121a97eb0117bf444c1a59a28e;hp=1e862909dc8a9f028ef7c889a7a92f190d3fdb71;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 1e86290..ad674f4 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -20,10 +20,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - static struct swit switches[] = { #define CHECKSW 0 { "check", 0 }, @@ -107,9 +103,6 @@ int output_message_fp (CT, FILE *, char*); /* mhlistsbr.c */ int list_all_messages (CT *, int, int, int, int); -/* mhmisc.c */ -void set_endian (void); - /* mhfree.c */ void free_content (CT);