We no longer need to include headers we don't use for sudo*.h files.
Previously we needed to include headers required by the various sudo*h files. Now those files are more self-sufficient and we should only include headers needed by code in the various .c files.
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
|
||||
#ifdef HAVE_SOLARIS_AUDIT
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <bsm/adt.h>
|
||||
#include <bsm/adt_event.h>
|
||||
|
Reference in New Issue
Block a user