X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcompute-dialog.c;h=b9bfa2a9d36f300c4e46b1d2306c1359b4b4ee04;hb=d46430e7458fcd65dfdf7928f52f2d06fa60127d;hp=6f9ec222eb001764105850369bd8a7b6835e5b7f;hpb=376bc1e2594564c432857c50f2f779093ce70710;p=pspp-builds.git diff --git a/src/ui/gui/compute-dialog.c b/src/ui/gui/compute-dialog.c index 6f9ec222..b9bfa2a9 100644 --- a/src/ui/gui/compute-dialog.c +++ b/src/ui/gui/compute-dialog.c @@ -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 @@ -17,7 +17,7 @@ #include #include #include "compute-dialog.h" -#include "helper.h" +#include "builder-wrapper.h" #include "psppire-dialog.h" #include "psppire-keypad.h" #include "psppire-data-window.h" @@ -26,8 +26,11 @@ #include "dialog-common.h" #include + #include #include "executor.h" +#include "helper.h" + static void function_list_populate (GtkTreeView *tv);