summaryrefslogtreecommitdiffstats
path: root/src/collections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections.c')
-rw-r--r--src/collections.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/collections.c b/src/collections.c
index 83c98f3..df84581 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -16,13 +16,12 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#define _XOPEN_SOURCE 500
+#include <glib.h>
-#include <string.h>
-#include <limits.h>
#include "slv2/collections.h"
#include "slv2/pluginclass.h"
#include "slv2/pluginui.h"
+#include "slv2/value.h"
#include "slv2_internal.h"
/* ARRAYS */