Xming, Cygwin/X: Tidy up warnings, headers and unused variables (#11132)

Tidy up various warnings, include headers and unused variables, etc.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Colin Harrison
2008-12-17 17:16:02 +00:00
committed by Jon TURNEY
parent 15c4a6e088
commit b0ed1567c1
7 changed files with 15 additions and 18 deletions

View File

@@ -38,7 +38,7 @@
#ifdef __CYGWIN__
#include <sys/select.h>
#else
#include "Xwinsock.h"
#include <X11/Xwinsock.h>
#define HAS_WINSOCK
#endif
#include <fcntl.h>
@@ -53,8 +53,8 @@
* are usually bad, so someone should investigate this.
*/
#include <X11/Xproto.h>
#include "X11/Xutil.h"
#include "X11/Xlocale.h"
#include <X11/Xutil.h>
#include <X11/Xlocale.h>
/* Fixups to prevent collisions between Windows and X headers */
#define ATOM DWORD