Clean up how transformations work.
[pspp] / src / language / control / temporary.c
index 7ebcc5ad9c8b92092a8850ddd05d547e58be4ffb..c7514413727424dd7c455aaf28f0e65a7c9d1a44 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <config.h>
 
-#include <stddef.h>
 #include <stdlib.h>
 
 #include "data/dataset.h"
@@ -25,7 +24,6 @@
 #include "data/value-labels.h"
 #include "data/variable.h"
 #include "language/command.h"
-#include "language/control/control-stack.h"
 #include "language/lexer/lexer.h"
 #include "libpspp/message.h"
 #include "libpspp/str.h"