Module: wine Branch: master Commit: cde845fec5e45229815a9470e1f717406c5cf31a URL: http://source.winehq.org/git/wine.git/?a=commit;h=cde845fec5e45229815a9470e1...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue May 15 22:28:31 2007 +0100
opengl32: Exclude unused header.
---
dlls/opengl32/wgl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c index a23cd83..ca6702f 100644 --- a/dlls/opengl32/wgl.c +++ b/dlls/opengl32/wgl.c @@ -28,7 +28,6 @@ #include "windef.h" #include "winbase.h" #include "winuser.h" -#include "winerror.h" #include "winreg.h" #include "wingdi.h" #include "winternl.h"