diff options
author | Aaron Marcher <info@nulltime.net> | 2016-09-17 18:07:03 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-17 18:07:03 +0200 |
commit | 37959ca569a4bf69c6c1bbb16991cfc6d8452970 (patch) | |
tree | 9554e8d808f72b39bd66c512aff96aa2d5292de3 /slstatus.c | |
parent | d73118eaa47a9c4ea9ac9860b3d8b6e4c7c388dc (diff) |
moved headers to extern
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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)(); |