From 04edcf39f788cead49fc06ffe3c58c5b445fcffb Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 20 May 2012 22:20:10 +0200 Subject: [PATCH] Remove unneeded include. --- src/streams/qtiocompressor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/streams/qtiocompressor.cpp b/src/streams/qtiocompressor.cpp index 0cd62964..5d815297 100644 --- a/src/streams/qtiocompressor.cpp +++ b/src/streams/qtiocompressor.cpp @@ -46,7 +46,6 @@ #include "qtiocompressor.h" #include -#include typedef Bytef ZlibByte; typedef uInt ZlibSize;