do not always include rfb/keysym.h

pull/1/head
dscho 18 years ago
parent ff9c0be844
commit 6dd263946e

@ -59,7 +59,6 @@
#include <rfb/rfbconfig.h>
#include <rfb/rfbint.h>
#endif
#include <rfb/keysym.h>
#ifdef LIBVNCSERVER_HAVE_LIBZ
#include <zlib.h>

@ -1,3 +1,4 @@
#include <rfb/keysym.h>
#include "VNConsole.h"
#include "vga.h"
#include <fcntl.h>

@ -1,4 +1,5 @@
#include <stdarg.h>
#include <rfb/keysym.h>
#include "VNConsole.h"
#define DEBUG(x)

Loading…
Cancel
Save