diff options
Diffstat (limited to 'src/openac/loglite.c')
-rw-r--r-- | src/openac/loglite.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/openac/loglite.c b/src/openac/loglite.c index b1763cc9f..4219eb707 100644 --- a/src/openac/loglite.c +++ b/src/openac/loglite.c @@ -30,10 +30,10 @@ #include <freeswan.h> -#include "../pluto/constants.h" -#include "../pluto/defs.h" -#include "../pluto/log.h" -#include "../pluto/whack.h" +#include <constants.h> +#include <defs.h> +#include <log.h> +#include <whack.h> bool log_to_stderr = FALSE, /* should log go to stderr? */ |