include format.h only where necessary.
[pspp-builds.git] / src / ui / gui / helper.h
index 377066176f5257528a15db5e6eb715062c93d603..3b9f03703ea7c85b367b057f47fa63757f4dc218 100644 (file)
@@ -21,7 +21,6 @@
 #include "relocatable.h"
 
 #include <data/value.h>
-#include <data/format.h>
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
@@ -33,6 +32,7 @@
 */
 #define RECENT_LISTS_AVAILABLE GTK_CHECK_VERSION (2, 10, 2)
 
+struct fmt_spec;
 
 /* Formats a value according to FORMAT
    The returned string must be freed when no longer required */