diff --git a/nQuantCpp/GifWriter.cpp b/nQuantCpp/GifWriter.cpp index 9e3e79e..64b6b55 100644 --- a/nQuantCpp/GifWriter.cpp +++ b/nQuantCpp/GifWriter.cpp @@ -1,8 +1,6 @@ #include "stdafx.h" #include "GifWriter.h" -#include - namespace GifEncode { const int UintBytes = sizeof(long);