Closed ekilmer closed 10 months ago
If we want to merge this, it should be done before making a release for Ghidra 11.0. At least it will be in line with Ghidra's major version increment to signal breaking changes (even if upstream isn't actually making this breaking change.
This only affects header files from upstream Ghidra repository.
Instead of
#include <sleigh/header.hh>
it will now be#include <ghidra/header.hh>
for headers from upstream.closes #216
related to open upstream PR https://github.com/NationalSecurityAgency/ghidra/pull/5950