X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=d4008659feb8943556551dcde9ee18fc37e7d49c;hb=e63296a3c2bfcf1b40d712e79f17b349c4a6f21d;hp=0d41932adc0e6cd51036420908ba439418e33250;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 0d41932adc..d4008659fe 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2004, 2005, 2006, 2009, 2010 Free Software Foundation + Copyright (C) 2004, 2005, 2006, 2009, 2010, 2011 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,11 +23,11 @@ #include #include "data/casereader.h" +#include "data/dataset.h" #include "data/datasheet.h" #include "data/file-handle-def.h" #include "data/file-name.h" #include "data/por-file-reader.h" -#include "data/procedure.h" #include "data/settings.h" #include "data/sys-file-reader.h" @@ -96,7 +96,7 @@ initialize (const char *data_file) settings_init (); fh_init (); - the_dataset = create_dataset (); + the_dataset = dataset_create (); psppire_set_lexer (NULL); dictionary = psppire_dict_new_from_dict (dataset_dict (the_dataset));