This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] Normalize common includes
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Wed, 23 Jan 2019 10:29:51 -0700
- Subject: [PATCH 0/3] Normalize common includes
I think the norm in gdb is to include files from common using
"common/filename.h" -- but this is not enforced, because the Makefiles
provide -I$(srcdir)/common.
This series rewrites gdb to use the norm everywhere, and then removes
the -I options. The bulk of the change was done by script.
Let me know what you think. It would be better for this to go in (if
it goes in) before the include sorting patch.
Tom