diff options
author | dscho <dscho> | 2006-09-12 15:52:18 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-09-12 15:52:18 +0000 |
commit | 6dd263946ebb9cf1e10151d29d229ed523d490e0 (patch) | |
tree | 2f8d1941c790888a1b0d3f91cc8969f8f08bee68 /rfb | |
parent | ff9c0be8447561a90e237910bf0d52bb0e11a008 (diff) | |
download | libtdevnc-6dd263946ebb9cf1e10151d29d229ed523d490e0.tar.gz libtdevnc-6dd263946ebb9cf1e10151d29d229ed523d490e0.zip |
do not always include rfb/keysym.h
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbproto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 6c68cbf..faab766 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -59,7 +59,6 @@ #include <rfb/rfbconfig.h> #include <rfb/rfbint.h> #endif -#include <rfb/keysym.h> #ifdef LIBVNCSERVER_HAVE_LIBZ #include <zlib.h> |