#include <libpspp/float-format.h>
#include <libpspp/integer-format.h>
#include <libpspp/str.h>
-
+#include <data/format.h>
enum fmt_type;
union value;
#ifndef FORMAT_GUESSER_H
#define FORMAT_GUESSER_H 1
+#include <libpspp/str.h>
struct fmt_spec;
-struct substring;
struct fmt_guesser *fmt_guesser_create (void);
void fmt_guesser_destroy (struct fmt_guesser *);
#include <stdbool.h>
#include <stddef.h>
+#include <data/format.h>
+#include <libpspp/float-format.h>
+#include <libpspp/integer-format.h>
struct settings;
#include <stdbool.h>
#include <data/case.h>
+#include <libpspp/str.h>
struct dataset;
struct dfm_reader;
#define __ORDER_STATS_H__
#include <stddef.h>
+#include <data/missing-values.h>
#include <math/statistic.h>
struct casereader;
#include "relocatable.h"
+#include <data/format.h>
#include <data/value.h>
#include <gtk/gtk.h>
#include <stdarg.h>
#include <stddef.h>
#include <libpspp/compiler.h>
+#include <libpspp/str.h>
struct fmt_spec;
struct substring;