X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6b8bc570715801cb194dc4273370eab87628e8bf..b50a20709f8ec549c18b8dd8665f6f61ee151c82:/oldXMenu/XDestAssoc.c diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index 135b0c2cda..94c0454756 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c @@ -2,14 +2,13 @@ #include "copyright.h" - -#include -#include "X10.h" +#include "XMenuInt.h" /* * XDestroyAssocTable - Destroy (free the memory associated with) * an XAssocTable. */ +void XDestroyAssocTable(register XAssocTable *table) { register int i; @@ -35,4 +34,3 @@ XDestroyAssocTable(register XAssocTable *table) /* Free the table. */ free((char *)table); } -