X-Git-Url: http://git.squeep.com/?p=dcpu16;a=blobdiff_plain;f=hw_keyboard.h;h=b8ea7772e4e26629b24f7923aca6597aab4c4673;hp=bb44a93346e7026e615ff66fbf1e9b2a4cbed797;hb=HEAD;hpb=8b552fe61db48874f043bccfb589e5444509444c diff --git a/hw_keyboard.h b/hw_keyboard.h index bb44a93..b8ea777 100644 --- a/hw_keyboard.h +++ b/hw_keyboard.h @@ -1,16 +1,8 @@ #ifndef KEYBOARD_H_Y2G5EOAS #define KEYBOARD_H_Y2G5EOAS -#ifdef HAVE_LIBVNCSERVER -#include "rfb/rfb.h" -#endif /* HAVE_LIBVNCSERVER */ - #include "dcpu16.h" extern struct dcpu16_hw_module dcpu16_hw_module_keyboard; -#ifdef HAVE_LIBVNCSERVER -void keyboard_vnc_associate(struct dcpu16_hw *, rfbScreenInfoPtr); -#endif /* HAVE_LIBVNCSERVER */ - #endif /* KEYBOARD_H_Y2G5EOAS */