From a6f60cadc077b4a074d24536dfb0106200067f0d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 6 Mar 2022 17:50:21 +0100 Subject: [PATCH] Removed dangling iostream include --- Src/BMP.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/BMP.cpp b/Src/BMP.cpp index 874903b..34f12c1 100644 --- a/Src/BMP.cpp +++ b/Src/BMP.cpp @@ -3,7 +3,6 @@ #include #include "BmpWriter.h" #include "BmpReader.h" -#include #define CHECK_IF_INITIALIZED if (!isInitialized) throw std::runtime_error("Image not initialized!");