Adds regionstr.h to wincutpaste.c above miscstruct.h, which now depends upon the former header.
Has no effect on other platforms.
Harold
Index: xwin/win.h =================================================================== RCS file: /cvs/xc/programs/Xserver/hw/xwin/win.h,v retrieving revision 1.34 diff -U3 -r1.34 win.h --- xwin/win.h 2003/02/12 15:01:38 1.34 +++ xwin/win.h 2003/07/25 17:41:59 @@ -144,7 +144,6 @@ #include "pixmapstr.h" #include "pixmap.h" #include "region.h" -#include "regionstr.h" #include "gcstruct.h" #include "colormap.h" #include "colormapst.h" Index: xwin/wincutpaste.c =================================================================== RCS file: /cvs/xc/programs/Xserver/hw/xwin/wincutpaste.c,v retrieving revision 1.2 diff -U3 -r1.2 wincutpaste.c --- xwin/wincutpaste.c 2001/09/07 08:41:54 1.2 +++ xwin/wincutpaste.c 2003/07/25 17:41:59 @@ -45,6 +45,7 @@ #include "X.h" #include "Xos.h" +#include "regionstr.h" #include "miscstruct.h" #include "keysym.h" #include <X11/Xlib.h>
