diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2013-05-14 14:55:17 +0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-05-18 16:35:12 +0400 |
commit | 997aba8e257d183e978e9b08a26aceb4e905378d (patch) | |
tree | 91e3e500b1e6171b56f9d4a32bd20afa87f70cf4 /page_cache.c | |
parent | 7bc9315d3a6a3c7d437e1c3d0e826121a035444a (diff) |
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 <mjt@tls.msk.ru>
Diffstat (limited to 'page_cache.c')
-rw-r--r-- | page_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <sys/types.h> #include <stdbool.h> #include <glib.h> -#include <strings.h> #include "qemu-common.h" #include "migration/page_cache.h" |