adfa2bc75a
The 'procps.h' header includes all other headers which contain exported (public) functions, while this header has some (private) macros required for implementation. If we mix the two, by including procps.h in this file, we'll lose all hope of the compiler catching the kinds of errors corrected in an immediately preceding patch. [ we must be diligent, always constantly striving to ] [ protect jimmy from ill effects due to copy & paste ] Signed-off-by: Jim Warner <james.warner@comcast.net>