diff options
author | Tom Tromey <tom@tromey.com> | 2019-05-06 19:54:53 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-05-06 21:00:52 -0600 |
commit | 26bfd82367d6ffeb1a61495ac445542e757df5b2 (patch) | |
tree | 600fc610bc4370250ee7eada064b4652c5ec787f /gdb/ChangeLog | |
parent | c0a57f1536fceabe89c4e8100c7170f6dd8bab38 (diff) | |
download | gdb-26bfd82367d6ffeb1a61495ac445542e757df5b2.zip gdb-26bfd82367d6ffeb1a61495ac445542e757df5b2.tar.gz gdb-26bfd82367d6ffeb1a61495ac445542e757df5b2.tar.bz2 |
Fix scoped_mmap includes
I noticed that scoped_mmap.h included config.h, and that scoped_mmap.c
included defs.h. This patch fixes both of these problems.
Tested by the buildbot.
gdb/ChangeLog
2019-05-06 Tom Tromey <tom@tromey.com>
* common/scoped_mmap.c: Include common-defs.h.
* common/scoped_mmap.h: Don't include config.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51aac88..4e702fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-05-06 Tom Tromey <tom@tromey.com> + + * common/scoped_mmap.c: Include common-defs.h. + * common/scoped_mmap.h: Don't include config.h. + 2019-05-04 Tom Tromey <tom@tromey.com> * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC. |