Removed my authorship lines.
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index 4129d07cbffbc820fb77a87f3cd43bd0b1a295b3..deb506f4ecaa00325a6323be7d8f118370b344c3 100644 (file)
@@ -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
 #include <gtk/gtk.h>
 #include <glade/glade.h>
 
-#include "missing-values.h"
+#include <data/missing-values.h>
 
 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;