X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmissing-val-dialog.h;h=3ca852af9dd17bd3a923ddfec5b6fbed49bfb042;hb=cf63d499efd5e6ca3a7dcc6386b3b87bd31bfda9;hp=4129d07cbffbc820fb77a87f3cd43bd0b1a295b3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/gui/missing-val-dialog.h b/src/ui/gui/missing-val-dialog.h index 4129d07cbf..3ca852af9d 100644 --- a/src/ui/gui/missing-val-dialog.h +++ b/src/ui/gui/missing-val-dialog.h @@ -1,7 +1,6 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2005 Free Software Foundation - Written by John Darrington 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 @@ -28,15 +27,15 @@ #include #include -#include "missing-values.h" +#include struct missing_val_dialog { GtkWidget *window; /* The variable whose missing values are to be updated */ - struct PsppireVariable *pv; - + struct variable *pv; + /* local copy */ struct missing_values mvl;