# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #38849] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38849 >
In 'include/parrot' there are some header files, like runops_cores.h, that are only included by C-source files. These internal header files are of no interest to embedders and extenders. They should be moved to a more appropriate location, e.g. 'src'.