From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHx82-0007gm-S0 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHx81-0004da-ED for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:22 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:34676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHx81-0004ZT-5p for qemu-devel@nongnu.org; Wed, 22 Jul 2015 12:44:21 -0400 From: Peter Maydell Date: Wed, 22 Jul 2015 17:44:09 +0100 Message-Id: <1437583451-9677-11-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 10/12] timer.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 Include the specific headers we need, rather than qemu-common.h. Signed-off-by: Peter Maydell --- include/qemu/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/qemu/timer.h b/include/qemu/timer.h index 9939246..6205024 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -1,8 +1,9 @@ #ifndef QEMU_TIMER_H #define QEMU_TIMER_H +#include "osdep.h" +#include "glib-compat.h" #include "qemu/typedefs.h" -#include "qemu-common.h" #include "qemu/notify.h" #include "qemu/host-utils.h" -- 1.9.1