X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdo-if.c;h=247684ec296a71dd33b0d4142eb562a4978267c0;hb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;hp=88022b3b4ccf257b163e058f7e19768699c9f229;hpb=b9dcb1c23a48b9db5444b9f10aac0748b83898ad;p=pspp-builds.git diff --git a/src/do-if.c b/src/do-if.c index 88022b3b..247684ec 100644 --- a/src/do-if.c +++ b/src/do-if.c @@ -18,6 +18,7 @@ 02111-1307, USA. */ #include +#include "do-ifP.h" #include #include #include "alloc.h" @@ -73,8 +74,6 @@ */ /* *INDENT-ON* */ -#include "do-ifP.h" - static struct do_if_trns *parse_do_if (void); static void add_ELSE_IF (struct do_if_trns *); static int goto_trns_proc (struct trns_header *, struct ccase *);