sort include + whitespace fix

This commit is contained in:
Hiltjo Posthuma 2015-11-08 20:38:00 +01:00
parent 43e82adf0d
commit e941181f46
1 changed files with 3 additions and 3 deletions

2
dwm.c
View File

@ -22,8 +22,8 @@
*/
#include <errno.h>
#include <locale.h>
#include <stdarg.h>
#include <signal.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>