Implemented the paired samples t test dialog. Closes patch #6378
[pspp-builds.git] / src / ui / gui / clipboard.c
index 1661d4132a24e2cab083d3a29c8c482ad45f4479..21438619d2ba8610ee61644b5428b2390bd7ac09 100644 (file)
@@ -22,7 +22,6 @@
 #include "psppire-data-store.h"
 #include <data/casereader.h>
 #include <data/case-map.h>
-#include <libpspp/alloc.h>
 #include <data/casewriter.h>
 #include <data/format.h>
 #include <data/data-out.h>
 #include <stdlib.h>
 #include "data-editor.h"
 
+#include "xalloc.h"
 
 /* A casereader and dictionary holding the data currently in the clip */
 static struct casereader *clip_datasheet = NULL;
-struct dictionary *clip_dict = NULL;
+static struct dictionary *clip_dict = NULL;