Include <limits.h> in all.h
This commit is contained in:
parent
d0f1d8aa71
commit
c883e7050a
|
@ -23,6 +23,7 @@
|
|||
#include <err.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <xcb/xcb.h>
|
||||
#include <xcb/xcb_aux.h>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "all.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "all.h"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
*
|
||||
*/
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <xcb/randr.h>
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
*/
|
||||
#include <ev.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include "all.h"
|
||||
|
||||
static int xkb_event_base;
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
* workspace.c: Functions for modifying workspaces
|
||||
*
|
||||
*/
|
||||
#include <limits.h>
|
||||
|
||||
#include "all.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue