]> git.proxmox.com Git - mirror_qemu.git/commitdiff
trivial: Remove unneeded ifndef in memory.h
authorJuan Quintela <quintela@redhat.com>
Thu, 18 May 2017 10:36:42 +0000 (12:36 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 4 Jun 2017 15:42:55 +0000 (18:42 +0300)
All the file is surounded already by #ifndef CONFIG_USER_ONLY.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/exec/memory.h

index bfdc685f2486cba181a2cebc92f04eef8da10da7..80e605a96abd4053a98dc3137bbfc838df80b307 100644 (file)
@@ -17,9 +17,7 @@
 #ifndef CONFIG_USER_ONLY
 
 #include "exec/cpu-common.h"
-#ifndef CONFIG_USER_ONLY
 #include "exec/hwaddr.h"
-#endif
 #include "exec/memattrs.h"
 #include "exec/ramlist.h"
 #include "qemu/queue.h"