merge
[dcpu16] / hw_keyboard.h
index bb44a93346e7026e615ff66fbf1e9b2a4cbed797..b8ea7772e4e26629b24f7923aca6597aab4c4673 100644 (file)
@@ -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 */