X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmsg-locator.c;h=d29f35db9375cca79dfe6a572f0ad55fd87fd15f;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=fb8082e9217f6d7d4614b35e9a347761e8ad356a;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/libpspp/msg-locator.c b/src/libpspp/msg-locator.c index fb8082e9..d29f35db 100644 --- a/src/libpspp/msg-locator.c +++ b/src/libpspp/msg-locator.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2011 Free Software Foundation, Inc. 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 @@ -15,14 +15,17 @@ along with this program. If not, see . */ #include + +#include "libpspp/msg-locator.h" + #include -#include "msg-locator.h" -#include -#include -#include -#include "getl.h" -#include "xalloc.h" +#include "libpspp/assertion.h" +#include "libpspp/cast.h" +#include "libpspp/message.h" +#include "libpspp/getl.h" + +#include "gl/xalloc.h" /* File locator stack. */ static const struct msg_locator **file_loc;