]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/checkpoint.c
remove unused cr_plugin_columbia.c
[mirror_lxc.git] / src / lxc / checkpoint.c
index 7c35331a95af3742eead5939df4f92626a0a7d88..8acac310f80d185b7c289a936a59285b22313b32 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
-#define _GNU_SOURCE
-#include <stdio.h>
-#undef _GNU_SOURCE
-#include <fcntl.h>
-#include <signal.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/param.h>
-#include <sys/file.h>
-#include <netinet/in.h>
-#include <net/if.h>
-
+#include <lxc/lxc.h>
 #include <lxc/log.h>
-#include "lxc_plugin.h"
 
 lxc_log_define(lxc_checkpoint, lxc);