fixed inclusion order

This commit is contained in:
arg@suckless.org 2007-09-27 09:14:32 +02:00
parent 63725004f5
commit 2fc8a13588
1 changed files with 2 additions and 1 deletions

3
dwm.c
View File

@ -27,14 +27,15 @@
*/
#include <errno.h>
#include <locale.h>
#include <regex.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <regex.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>