| commit | 093c25c488ad6826d29d9345422c7845658ef383 | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Mon Oct 23 18:25:12 2023 +0200 |
| committer | Tom de Vries <tdevries@suse.de> | Mon Oct 23 18:25:12 2023 +0200 |
| tree | 89bb5c102d701b07c0b74c8aa8ab3145a5ff0631 | |
| parent | a0094f1a70e1d5a7a8124e7c988fc1ddd1886f19 [diff] |
[gdb/python] Only include gdbsupport/selftest.h if GDB_SELF_TEST I noticed that gdb/python/python.c unconditionally includes gdbsupport/selftest.h. Make this conditional on GDB_SELF_TEST. Tested on x86_64-linux.