Removed dangling iostream include
This commit is contained in:
parent
febb5aa67d
commit
a6f60cadc0
@ -3,7 +3,6 @@
|
||||
#include <algorithm>
|
||||
#include "BmpWriter.h"
|
||||
#include "BmpReader.h"
|
||||
#include <iostream>
|
||||
|
||||
#define CHECK_IF_INITIALIZED if (!isInitialized) throw std::runtime_error("Image not initialized!");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user