diff mbox

[v4] util: Removed unneeded header from path.c

Message ID 20170310163948.7567-1-shah.suramya@gmail.com
State New
Headers show

Commit Message

Suramya Shah March 10, 2017, 4:39 p.m. UTC
Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
--- 
qemu-common.h is no longer necessary as of refactoring done in commit f348b6d.
 util/path.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Huth March 10, 2017, 5:09 p.m. UTC | #1
On 10.03.2017 17:39, Suramya Shah wrote:
> Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
> Reviewed-by: Eric Blake <eblake@redhat.com>
> --- 
> 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 <sys/param.h>
>  #include <dirent.h>
> -#include "qemu-common.h"
>  #include "qemu/cutils.h"
>  #include "qemu/path.h"

Reviewed-by: Thomas Huth <thuth@redhat.com>

(and putting qemu-trivial on CC: for this)
diff mbox

Patch

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 <sys/param.h>
 #include <dirent.h>
-#include "qemu-common.h"
 #include "qemu/cutils.h"
 #include "qemu/path.h"