Update include cleaning scripts.

This commit is contained in:
Bruce Momjian 2000-06-14 22:33:06 +00:00
parent 8e6697fcd9
commit d540a9a6bd
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
These utilities help clean up #include file usage: These utilities help clean up #include file usage:
pgfixinclude change #include's to <> or "" pgfixinclude change #include's to <> or ""
pgrminclude remove extra #include's
pginclude [-v] report which #include files can not compile on their own pgrminclude [-v]
remove extra #include's
pgcompinclude [-v]
report which #include files can not compile on their own
pgdefine create macro calls for all defines in the file (used by pgdefine create macro calls for all defines in the file (used by
the above routines) the above routines)