diff options
| author | Juan Quintela | 2017-05-18 12:36:42 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2017-06-04 17:42:55 +0200 |
| commit | e8758b62290c45b5b2f3c7925e250b9f16293f27 (patch) | |
| tree | 1d1b52c58c6af48856a5d73e066a202a51feb6c8 /include/exec | |
| parent | altera_timer: fix incorrect memset (diff) | |
| download | qemu-e8758b62290c45b5b2f3c7925e250b9f16293f27.tar.gz qemu-e8758b62290c45b5b2f3c7925e250b9f16293f27.tar.xz qemu-e8758b62290c45b5b2f3c7925e250b9f16293f27.zip | |
trivial: Remove unneeded ifndef in memory.h
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>
Diffstat (limited to 'include/exec')
| -rw-r--r-- | include/exec/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h index bfdc685f24..80e605a96a 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -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" |
