[Qemu-devel] [PULL 41/47] cutils: Do not include "qemu/units.h" directly

Paolo Bonzini posted 47 patches 7 years, 4 months ago
There is a newer version of this series
[Qemu-devel] [PULL 41/47] cutils: Do not include "qemu/units.h" directly
Posted by Paolo Bonzini 7 years, 4 months ago
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

All files using "qemu/units.h" definitions already include it directly,
we can now remove it from "qemu/cutils.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Message-Id: <20180625124238.25339-41-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 include/qemu/cutils.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/qemu/cutils.h b/include/qemu/cutils.h
index 056e662..cdb0f0d 100644
--- a/include/qemu/cutils.h
+++ b/include/qemu/cutils.h
@@ -2,7 +2,6 @@
 #define QEMU_CUTILS_H
 
 #include "qemu/fprintf-fn.h"
-#include "qemu/units.h"
 
 /**
  * pstrcpy:
-- 
1.8.3.1