From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHx81-0007gj-Pa for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHx80-0004dB-Ou for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:21 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:34676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHx80-0004ZT-Ib for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:20 -0400 From: Peter Maydell Date: Wed, 22 Jul 2015 17:44:11 +0100 Message-Id: <1437583451-9677-13-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1437583451-9677-1-git-send-email-peter.maydell@linaro.org> References: <1437583451-9677-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 12/12] throttle.h: Don't include qemu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org Replace an include of qemu-common.h with osdep.h and qemu/typedefs.h. Signed-off-by: Peter Maydell --- include/qemu/throttle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h index 995b2d5..88dec1d 100644 --- a/include/qemu/throttle.h +++ b/include/qemu/throttle.h @@ -25,8 +25,8 @@ #ifndef THROTTLE_H #define THROTTLE_H -#include -#include "qemu-common.h" +#include "osdep.h" +#include "qemu/typedefs.h" #include "qemu/timer.h" typedef enum { -- 1.9.1