From 997aba8e257d183e978e9b08a26aceb4e905378d Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Tue, 14 May 2013 14:55:17 +0400 Subject: remove some double-includes Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev --- page_cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'page_cache.c') diff --git a/page_cache.c b/page_cache.c index 938a79c9ea..a05db643cc 100644 --- a/page_cache.c +++ b/page_cache.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "qemu-common.h" #include "migration/page_cache.h" -- cgit v1.2.3