Module: wine Branch: master Commit: ec4be6a258f3e2e882fd211f325f5692fd36f3c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec4be6a258f3e2e882fd211f32...
Author: Rob Shearman rob@codeweavers.com Date: Sun Apr 29 17:45:11 2007 +0100
winex11.drv: Remove an unneeded include.
---
dlls/winex11.drv/xdnd.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/xdnd.c b/dlls/winex11.drv/xdnd.c index cfb28ab..af04d75 100644 --- a/dlls/winex11.drv/xdnd.c +++ b/dlls/winex11.drv/xdnd.c @@ -32,7 +32,6 @@ #include "wingdi.h" #include "winuser.h" #include "winerror.h" -#include "wownt32.h"
#include "x11drv.h" #include "shlobj.h" /* DROPFILES */