aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/XDestAssoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/XDestAssoc.c')
-rw-r--r--oldXMenu/XDestAssoc.c6
1 files changed, 2 insertions, 4 deletions
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 <X11/Xlib.h>
-#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);
}
-