commit | 0671cc8b19d5b96f448a0a487cf12fe772df08fb | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jan 21 14:00:05 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Feb 08 10:58:13 2023 -0700 |
tree | 90de0abcb51e213ea0c775dc4cf68837bb0f17ba | |
parent | b885aea1bb987435929b4298982ac6fc27f69403 [diff] |
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.