From: Aaron Marcher Date: Sat, 7 Jan 2017 21:33:28 +0000 (+0100) Subject: removed ./extern/ X-Git-Url: http://git.skullheadx.com/tech/openbsd_html_css/static/projects/about.html?a=commitdiff_plain;h=0d1f19d7779e3b6b3940a6c7aff5935bbbd7971e;p=slstatus.git removed ./extern/ --- diff --git a/extern/arg.h b/arg.h similarity index 100% rename from extern/arg.h rename to arg.h diff --git a/slstatus.c b/slstatus.c index 64f7eab..6d2e89e 100644 --- a/slstatus.c +++ b/slstatus.c @@ -25,7 +25,7 @@ #include #include -#include "extern/arg.h" +#include "arg.h" struct arg { char *(*func)();