On 09/19/2018 12:22 PM, Erik Skultety wrote:
All of the ones being removed are pulled in by internal.h. The only
exception is sanlock which expects the application to include <stdint.h>
before sanlock's headers, because sanlock prototypes use fixed width
int, but they don't include stdint.h themselves, so we have to leave
that one in place.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
Is there an automated way to verify this? I don't expect anybody going
one file after another just to see if this is correct.
I think the fact that this would pass travis/jenkins could be enough.
But there has to be a better way.
Michal