move config.h inclusion after type declarations

このコミットが含まれているのは:
Markus Teich 2016-11-20 00:29:01 +01:00
コミット 7d31ff65a0
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -31,8 +31,6 @@ enum {
NUMCOLS
};
#include "config.h"
struct lock {
int screen;
Window root, win;
@ -46,6 +44,8 @@ struct xrandr {
int errbase;
};
#include "config.h"
static void
die(const char *errstr, ...)
{