From: Christian Brauner Date: Thu, 10 Aug 2017 21:48:59 +0000 (+0200) Subject: confile: non-functional changes X-Git-Tag: lxc-2.1.0~23^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c1e708fa948596e72d041738947f7e637cc9c7;p=thirdparty%2Flxc.git confile: non-functional changes Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index a5cfec9ef..cd77e875a 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -4,6 +4,8 @@ * * Authors: * Daniel Lezcano + * Serge Hallyn + * Christian Brauner * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,39 +21,40 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + #define _GNU_SOURCE -#define __STDC_FORMAT_MACROS /* Required for PRIu64 to work. */ +#define __STDC_FORMAT_MACROS +#include +#include +#include +#include +#include +#include #include #include #include +#include +#include #include -#include -#include -#include -#include /* Required for PRIu64 to work. */ -#include +#include +#include +#include +#include #include #include -#include #include -#include -#include -#include -#include -#include -#include -#include "parse.h" +#include "conf.h" #include "config.h" #include "confile.h" #include "confile_legacy.h" #include "confile_utils.h" -#include "utils.h" #include "log.h" -#include "conf.h" -#include "network.h" #include "lxcseccomp.h" +#include "network.h" +#include "parse.h" #include "storage.h" +#include "utils.h" #if HAVE_IFADDRS_H #include diff --git a/src/lxc/confile.h b/src/lxc/confile.h index 047e0ee6c..8c4991f0e 100644 --- a/src/lxc/confile.h +++ b/src/lxc/confile.h @@ -5,6 +5,8 @@ * * Authors: * Daniel Lezcano + * Serge Hallyn + * Christian Brauner * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public