Don't include block.h from expop.h
authorTom Tromey <tom@tromey.com>
Sat, 21 Jan 2023 21:00:05 +0000 (14:00 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 8 Feb 2023 17:58:13 +0000 (10:58 -0700)
commit0671cc8b19d5b96f448a0a487cf12fe772df08fb
tree90de0abcb51e213ea0c775dc4cf68837bb0f17ba
parentb885aea1bb987435929b4298982ac6fc27f69403
Don't include block.h from expop.h

expop.h needs block.h for a single inline function.  However, I don't
think most of the check_objfile functions need to be defined in the
header (just the templates).  This patch moves the one offending
function and removes the include.
gdb/expop.h
gdb/expprint.c