From: Long Wang Date: Wed, 5 Jul 2017 04:19:37 +0000 (+0800) Subject: caps.h: move ifndef/define to the top X-Git-Tag: lxc-2.1.0~67^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a99f40b3674ff399484d8bc2117027770544ed;p=thirdparty%2Flxc.git caps.h: move ifndef/define to the top Signed-off-by: Long Wang --- diff --git a/src/lxc/caps.h b/src/lxc/caps.h index 2a8c282a5..b4c527eec 100644 --- a/src/lxc/caps.h +++ b/src/lxc/caps.h @@ -21,11 +21,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef __LXC_CAPS_H +#define __LXC_CAPS_H + #include "config.h" #include -#ifndef __LXC_CAPS_H -#define __LXC_CAPS_H #if HAVE_LIBCAP #include