Merge branch 'master' into rewrite-sheet
[pspp-builds.git] / src / ui / gui / helper.h
index 377066176f5257528a15db5e6eb715062c93d603..1a620908309c3f93450dd4b90178ec1ca0001785 100644 (file)
@@ -20,8 +20,8 @@
 
 #include "relocatable.h"
 
-#include <data/value.h>
 #include <data/format.h>
+#include <data/value.h>
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
@@ -33,6 +33,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 */