From 40131a0367658ba6a171d52ef7522df9903b66b1 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 13 Jan 2014 17:46:55 +0000 Subject: [PATCH] include: remove duplicates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Luka Perkov Acked-by: Stéphane Graber --- src/lxc/bdev.c | 1 - src/lxc/lxccontainer.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/lxc/bdev.c b/src/lxc/bdev.c index 7dec7c687..5cd734070 100644 --- a/src/lxc/bdev.c +++ b/src/lxc/bdev.c @@ -49,7 +49,6 @@ #include "utils.h" #include "namespace.h" #include "parse.h" -#include "utils.h" #include "lxclock.h" #ifndef BLKGETSIZE64 diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index ab97eef14..e5534158e 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -50,7 +50,6 @@ #include "bdev.h" #include "utils.h" #include "attach.h" -#include "utils.h" #include "monitor.h" #include "namespace.h" #include "lxclock.h" -- 2.47.2