Skip to content
Snippets Groups Projects
Commit 537c5f98 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pnmio.cpp] Remove useless include

parent 06c564c4
Branches
Tags
1 merge request!43Fix readout of netpbm images containing empty lines (such as those produced by GIMP)
Pipeline #29374 failed
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#include <iostream>
#include "pnmio.h" #include "pnmio.h"
#define MAXLINE 1024 #define MAXLINE 1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment