From 912dda1e78178a980f5715d581ba18cdd3df9476 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 23 Nov 2015 11:03:07 +0000 Subject: [PATCH] [WINDOWSCODECS] Sort out ungif.c inclusions. svn path=/trunk/; revision=70067 --- reactos/dll/win32/windowscodecs/ungif.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reactos/dll/win32/windowscodecs/ungif.c b/reactos/dll/win32/windowscodecs/ungif.c index e4d3bd43d14..28d76e5acef 100644 --- a/reactos/dll/win32/windowscodecs/ungif.c +++ b/reactos/dll/win32/windowscodecs/ungif.c @@ -47,12 +47,7 @@ * 3 Sep 90 - Version 1.1 by Gershon Elber (Support for Gif89, Unique names). *****************************************************************************/ -//#include -//#include - -#include -#include -#include +#include "wincodecs_private.h" #include "ungif.h" -- 2.17.1