[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: |
Sat, 4 Mar 2017 00:48:05 +0530 |
Signed-off-by: Suramya Shah <address@hidden>
---
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"
--
2.9.3
- [Qemu-devel] [PATCH] Removed header qemu-common.h from path.c,
Suramya Shah <=