Skip to content

Commit

Permalink
cmd: non-functional changes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 6, 2018
1 parent d567a9a commit 1194822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lxc/cmd/lxc_init.c
Expand Up @@ -36,13 +36,13 @@
#include <ctype.h>

#include <lxc/lxccontainer.h>
#include <lxc/version.h>

#include "error.h"
#include "initutils.h"
#include "log.h"
#include "namespace.h"
#include "parse.h"
#include "version.h"

/* option keys for long only options */
#define OPT_USAGE 0x1000
Expand Down
3 changes: 2 additions & 1 deletion src/lxc/cmd/lxc_monitord.c
Expand Up @@ -39,12 +39,13 @@
#include <sys/types.h>
#include <sys/un.h>

#include <lxc/lxccontainer.h>

#include "af_unix.h"
#include "log.h"
#include "mainloop.h"
#include "monitor.h"
#include "utils.h"
#include "lxccontainer.h"

#define CLIENTFDS_CHUNK 64

Expand Down

0 comments on commit 1194822

Please sign in to comment.