diff options
Diffstat (limited to 'src/input/pnm.c')
-rw-r--r-- | src/input/pnm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/pnm.c b/src/input/pnm.c index 48aac07da..48d544a9b 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.c,v 1.12 2003/02/05 00:10:30 miguelfreitas Exp $ + * $Id: pnm.c,v 1.13 2003/02/28 02:51:48 storri Exp $ * * pnm protocol implementation * based upon code from joschka @@ -25,7 +25,6 @@ #include <unistd.h> #include <stdio.h> -#include <assert.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> |