cmd: non-functional changes

parent d567a9a7
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
#include <ctype.h> #include <ctype.h>
#include <lxc/lxccontainer.h> #include <lxc/lxccontainer.h>
#include <lxc/version.h>
#include "error.h" #include "error.h"
#include "initutils.h" #include "initutils.h"
#include "log.h" #include "log.h"
#include "namespace.h" #include "namespace.h"
#include "parse.h" #include "parse.h"
#include "version.h"
/* option keys for long only options */ /* option keys for long only options */
#define OPT_USAGE 0x1000 #define OPT_USAGE 0x1000
......
...@@ -39,12 +39,13 @@ ...@@ -39,12 +39,13 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/un.h> #include <sys/un.h>
#include <lxc/lxccontainer.h>
#include "af_unix.h" #include "af_unix.h"
#include "log.h" #include "log.h"
#include "mainloop.h" #include "mainloop.h"
#include "monitor.h" #include "monitor.h"
#include "utils.h" #include "utils.h"
#include "lxccontainer.h"
#define CLIENTFDS_CHUNK 64 #define CLIENTFDS_CHUNK 64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment