From 37959ca569a4bf69c6c1bbb16991cfc6d8452970 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sat, 17 Sep 2016 18:07:03 +0200 Subject: moved headers to extern --- slstatus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slstatus.c') diff --git a/slstatus.c b/slstatus.c index babcb89..99ef720 100644 --- a/slstatus.c +++ b/slstatus.c @@ -26,10 +26,10 @@ #undef strlcat #undef strlcpy -#include "arg.h" -#include "strlcat.h" -#include "strlcpy.h" -#include "concat.h" +#include "extern/arg.h" +#include "extern/strlcat.h" +#include "extern/strlcpy.h" +#include "extern/concat.h" struct arg { char *(*func)(); -- cgit v1.2.3