]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/state.c
cleanup <lxc/lxc.h>
authorCedric Le Goater <clg@vnet.ibm.com>
Tue, 17 Nov 2009 09:56:23 +0000 (10:56 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 17 Nov 2009 09:56:23 +0000 (10:56 +0100)
commit00b3c2e2845792face31017e905f9b8b4ea48653
tree6f87ee54157260f1a9d295a5220e734f76585556
parentb0691f8179557405fe1c8ac4b9fc458ea1bff954
cleanup <lxc/lxc.h>

<lxc/lxc.h>  should only include what is needed. This patch removes
all useless headers from lxc.h and fixed other .c files.

Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
31 files changed:
src/lxc/cgroup.c
src/lxc/checkpoint.c
src/lxc/commands.c
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/confile.h
src/lxc/console.c
src/lxc/freezer.c
src/lxc/lxc.h
src/lxc/lxc_cgroup.c
src/lxc/lxc_checkpoint.c
src/lxc/lxc_console.c
src/lxc/lxc_execute.c
src/lxc/lxc_freeze.c
src/lxc/lxc_info.c
src/lxc/lxc_init.c
src/lxc/lxc_monitor.c
src/lxc/lxc_restart.c
src/lxc/lxc_start.c
src/lxc/lxc_stop.c
src/lxc/lxc_unfreeze.c
src/lxc/lxc_unshare.c
src/lxc/lxc_wait.c
src/lxc/monitor.c
src/lxc/namespace.c
src/lxc/restart.c
src/lxc/start.c
src/lxc/start.h
src/lxc/state.c
src/lxc/stop.c