[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Removed header qemu-common.h from path.c
From: |
Suramya Shah |
Subject: |
[Qemu-devel] [PATCH] Removed header qemu-common.h from path.c |
Date: |
Wed, 1 Mar 2017 19:53:20 +0530 |
Signed-off-by: Suramya Shah <address@hidden>
---
util/path.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/util/path.c b/util/path.c
index 5479f76..46a6098 100644
--- a/util/path.c
+++ b/util/path.c
@@ -6,8 +6,7 @@
#include "qemu/osdep.h"
#include <sys/param.h>
#include <dirent.h>
-#include "qemu-common.h"
-#include "qemu/cutils.h"
+:#include "qemu/cutils.h"
#include "qemu/path.h"
struct pathelem
--
2.9.3
- [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c,
Suramya Shah <=