Commit e8758b62 authored by Juan Quintela's avatar Juan Quintela Committed by Michael Tokarev
Browse files

trivial: Remove unneeded ifndef in memory.h



All the file is surounded already by #ifndef CONFIG_USER_ONLY.

Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: default avatarLaurent Vivier <lvivier@redhat.com>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent cc16ee9d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"