New file: builder-wrapper.h and builder-wrapper.c
[pspp-builds.git] / src / ui / gui / sort-cases-dialog.c
index 6977469b7ecdd6b101a3058b0e40c321495d896b..62d738c96db5ee08307d4b1e02bc69f25c730176 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007, 2010, 2011  Free Software Foundation
+   Copyright (C) 2007, 2010, 2011, 2012  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
 #include "dict-display.h"
 #include "psppire-var-view.h"
 
+#include "builder-wrapper.h"
 #include "helper.h"
 
+
 static void
 refresh (PsppireDialog *dialog, GtkTreeView *dest)
 {
   GtkTreeModel *liststore = gtk_tree_view_get_model (dest);
 
-
   gtk_list_store_clear (GTK_LIST_STORE (liststore));
 }