--- rxvt-unicode/src/keyboard.C 2011/12/03 11:47:19 1.55 +++ rxvt-unicode/src/keyboard.C 2012/01/19 13:33:43 1.58 @@ -26,11 +26,10 @@ #ifdef KEYSYM_RESOURCE -#include +#include #include "rxvtperl.h" #include "keyboard.h" -#include "command.h" /* an intro to the data structure: * @@ -114,9 +113,6 @@ keysym_t *key = new keysym_t; - if (!key) - rxvt_fatal ("memory allocation failure. aborting.\n"); - key->keysym = keysym; key->state = state; key->str = translation;