From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmNah-0001HY-MC for qemu-devel@nongnu.org; Fri, 10 Mar 2017 11:40:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmNae-0002cN-JP for qemu-devel@nongnu.org; Fri, 10 Mar 2017 11:40:31 -0500 Received: from mail-pg0-x243.google.com ([2607:f8b0:400e:c05::243]:34019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmNae-0002bO-CW for qemu-devel@nongnu.org; Fri, 10 Mar 2017 11:40:28 -0500 Received: by mail-pg0-x243.google.com with SMTP id b5so10825669pgg.1 for ; Fri, 10 Mar 2017 08:40:26 -0800 (PST) From: Suramya Shah Date: Fri, 10 Mar 2017 22:09:48 +0530 Message-Id: <20170310163948.7567-1-shah.suramya@gmail.com> Subject: [Qemu-devel] [PATCH v4] util: Removed unneeded header from path.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, shah.suramya@gmail.com Signed-off-by: Suramya Shah Reviewed-by: Eric Blake --- qemu-common.h is no longer necessary as of refactoring done in commit f348b6d. util/path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/path.c b/util/path.c index 5479f76..7f9fc27 100644 --- a/util/path.c +++ b/util/path.c @@ -6,7 +6,6 @@ #include "qemu/osdep.h" #include #include -#include "qemu-common.h" #include "qemu/cutils.h" #include "qemu/path.h" -- 2.9.3