comparison src/xs_length.c @ 780:80139f0ac82a

Remove useless include.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 13:08:58 +0200
parents 54a7afbf251e
children 64352e85113e
comparison
equal deleted inserted replaced
779:8fb51f9ef44e 780:80139f0ac82a
23 #include "xs_length.h" 23 #include "xs_length.h"
24 #include "xs_support.h" 24 #include "xs_support.h"
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include <ctype.h> 27 #include <ctype.h>
28 #include <string.h>
29 28
30 29
31 /* Free memory allocated for given SLDB node 30 /* Free memory allocated for given SLDB node
32 */ 31 */
33 static void xs_sldb_node_free(XSSLDBNode *node) 32 static void xs_sldb_node_free(XSSLDBNode *node)