]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
caps.h: move ifndef/define to the top
authorLong Wang <w@laoqinren.net>
Wed, 5 Jul 2017 04:19:37 +0000 (12:19 +0800)
committerLong Wang <w@laoqinren.net>
Wed, 5 Jul 2017 04:19:37 +0000 (12:19 +0800)
Signed-off-by: Long Wang <w@laoqinren.net>
src/lxc/caps.h

index 2a8c282a5f6d7e2e6d0f3b6b083caa6c8c795bcb..b4c527eecbe48f90ae4f7942cef7fc86177afb0e 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef __LXC_CAPS_H
+#define __LXC_CAPS_H
+
 #include "config.h"
 #include <stdbool.h>
 
-#ifndef __LXC_CAPS_H
-#define __LXC_CAPS_H
 
 #if HAVE_LIBCAP
 #include <sys/capability.h>