]> git.sur5r.net Git - i3/i3/commitdiff
Include <limits.h> in all.h
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 22:10:04 +0000 (00:10 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 22:10:04 +0000 (00:10 +0200)
include/all.h
src/cfgparse.y
src/cmdparse.y
src/handlers.c
src/main.c
src/workspace.c

index ba582a80e32445bf8a89ccaa6de08ebf9320389a..b87be518c1b18193a89a97d11d7bc4b35faa59c9 100644 (file)
@@ -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>
index 06d9c664a2161caebdd9a1115fdb7c0c813e291f..38f306e9ef24e09be921a61ad8790688b0e54148 100644 (file)
@@ -8,7 +8,6 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <limits.h>
 
 #include "all.h"
 
index df7b6efeb83f9809e815e72eb872e29177b426e1..e115f3e52293a8d958af635ef584f8d38d369cde 100644 (file)
@@ -13,7 +13,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <limits.h>
 #include <float.h>
 
 #include "all.h"
index 0fd7dbbd7187e7cb83fbb35aeb9533339261cb19..89a6bd0a1891f121472b948e8671529f7f9cadd3 100644 (file)
@@ -6,7 +6,6 @@
  *
  */
 #include <time.h>
-#include <limits.h>
 
 #include <xcb/randr.h>
 
index 5306774462f3a302ae07e6fd9b10d27ecfd96131..69598b3540b5c726cf8b2c686b03e197a2ea061f 100644 (file)
@@ -3,7 +3,6 @@
  */
 #include <ev.h>
 #include <fcntl.h>
-#include <limits.h>
 #include "all.h"
 
 static int xkb_event_base;
index 4021dd14419abbdf01bf6534ff52638171a18454..8354906a4aea72ab7fcd90d16bd84fc09577d33c 100644 (file)
@@ -7,8 +7,6 @@
  * workspace.c: Functions for modifying workspaces
  *
  */
-#include <limits.h>
-
 #include "all.h"
 
 /*