Xinqi Bao's Git

fuck newlines
[slstatus.git] / slstatus.c
index babcb89..05faef0 100644 (file)
 #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)();
@@ -599,8 +599,6 @@ usage(void)
        exit(1);
 }
 
-
-
 int
 main(int argc, char *argv[])
 {