Add util/fix-includes script
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 27 Sep 2019 22:46:00 +0000 (00:46 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sat, 28 Sep 2019 18:26:37 +0000 (20:26 +0200)
commite7fb44e7c3f7a37ff83a6b69ba51a738e549bf5c
tree6349597b77ae1217a63df101390f03e166bf1157
parentd86167ec7513265bbafaf5c13fa60bd7c23aa732
Add util/fix-includes script

This script contains all adjustments to header files which were made
during the reorganization of the header files. It is meant as an aid
for other contributors which encounter preprocessor #include errors
after rebasing over this pull request. Simply running

  util/fix-includes

from the root of the source directory should hopefully fix the problem.

Note: such #include errors are expected only for pull requests which
add a lot of new code, in particular new compilation modules.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9333)
util/fix-includes [new file with mode: 0755]
util/fix-includes.sed [new file with mode: 0644]