commit | fb8ea9d2ca2eafa83390d44d444d0193b32e19dc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Mar 22 20:47:36 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Fri Oct 20 13:03:34 2023 -0600 |
tree | 52f63c2347d021f45ae1a53f510b002810ebfc4e | |
parent | 1fa80e4c8184d87d75ff30b552cc282f5811823a [diff] |
Don't include cooked-index.h from dwarf2/read.h dwarf2/read.h includes cooked-index.h, but it doesn't need to. This patch removes the inclusion from this header, and adds one to index-write.c to make up for the absence.