=================================================================== RCS file: /cvs/ace/ace/lib/help.c,v retrieving revision 1.7 retrieving revision 1.8 diff -p -u -r1.7 -r1.8 --- ace/lib/help.c 2015/06/06 14:56:09 1.7 +++ /cvs/ace/ace/lib/help.c 2015/06/07 11:52:28 1.8 @@ -25,9 +25,9 @@ #include #include +#include "table.h" #include "cards.h" #include "xwin.h" -#include "table.h" extern Display *display; extern Window window; @@ -36,11 +36,6 @@ extern int help_background, table_backgr static int help_foreground, help_beyondcolor; -extern int help_is_showing; -extern void (*help_redraw)(void); -extern void (*help_click)(int x, int y, int b); -extern void (*help_key)(int c, int x, int y); - #define STYLE_NONE 0x00 #define STYLE_B 0x01 #define STYLE_I 0x02