Separate the execute_syntax function into its own file.
[pspp-builds.git] / src / ui / gui / compute-dialog.c
index a42ce4febf438d338727a68a9f70728217b8c2d4..183aa31b4da8a3e04e961a2da7e2e5fa82de034d 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <language/expressions/public.h>
 #include <language/syntax-string-source.h>
-#include "helper.h"
+#include "executor.h"
 
 static void function_list_populate (GtkTreeView *tv);