]> granicus.if.org Git - transmission/commitdiff
#include limits.h where we use it, and don't where we don't
authorJordan Lee <jordan@transmissionbt.com>
Sat, 24 Aug 2013 17:53:45 +0000 (17:53 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 24 Aug 2013 17:53:45 +0000 (17:53 +0000)
14 files changed:
gtk/details.c
gtk/file-list.c
gtk/torrent-cell-renderer.c
gtk/tr-prefs.c
gtk/util.c
libtransmission/bandwidth.c
libtransmission/crypto.c
libtransmission/jsonsl.c
libtransmission/rpc-server.c
libtransmission/session.c
libtransmission/torrent.c
libtransmission/utils-test.c
qt/details.cc
qt/prefs-dialog.cc

index e54e239838fec75e52eb0281089094dff71c24f2..645fd8039581ae7a77b0ed598ea2c4adf6076bc6 100644 (file)
@@ -10,6 +10,7 @@
  * $Id$
  */
 
+#include <limits.h> /* INT_MAX */
 #include <stddef.h>
 #include <stdio.h> /* sscanf () */
 #include <stdlib.h> /* abort () */
index f37d7fd206d23bc83ad0e7753d3db23e72e3b7d6..3e80d799ead567ec56c4532cf44fe023526bd68b 100644 (file)
@@ -10,6 +10,7 @@
  * $Id$
  */
 
+#include <limits.h> /* INT_MAX */
 #include <stddef.h>
 #include <stdio.h>
 #include <string.h>
index b94b1209b7cff4851112b07de10beaa718b2cec5..ba6493fbf20c9a36a961a3db92b7ffb3e037086c 100644 (file)
@@ -10,6 +10,7 @@
  * $Id$
  */
 
+#include <limits.h> /* INT_MAX */
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
 #include <libtransmission/transmission.h>
index b6385760e9d674ea9c077a46952593bedc72365b..2d63601ccec4de438ca94fc9c0268fbf5ae0b780 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #include <ctype.h> /* isspace */
-#include <limits.h> /* USHRT_MAX */
+#include <limits.h> /* USHRT_MAX, INT_MAX */
 #include <unistd.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
index fe83f9ef43ba18a4a8a12a8a76e89cd1b0e77324..484a7cd3d9baa9453c5043564576f59855e03f7f 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <ctype.h> /* isxdigit () */
 #include <errno.h>
+#include <limits.h> /* INT_MAX */
 #include <stdarg.h>
 #include <string.h> /* strchr (), strrchr (), strlen (), strstr () */
 
index 0161596204b031c457c1b97c6e86582df9b57fd2..42a238273c5e2c7d949a2e958e589832a8051300 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include <assert.h>
-#include <limits.h>
 #include <string.h> /* memset () */
 
 #include "transmission.h"
index 1b4b9d30209a49d272fc90ff888a5e1a5a670118..338e782de2e4273e3a8d1e2b780ee117af1bf75d 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <assert.h>
 #include <inttypes.h> /* uint8_t */
-#include <limits.h> /* INT_MAX */
 #include <stdarg.h>
 #include <stdlib.h> /* abs () */
 #include <string.h> /* memcpy (), memset (), strcmp () */
index bde52a41fe9958f929a278bccce677cc659b1848..e69d39405eb604257df386dcf3ab2cbd92a9df6c 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "jsonsl.h"
 #include <assert.h>
-#include <limits.h>
 #include <ctype.h>
 
 #ifdef JSONSL_USE_METRICS
index 8ccbcbe9b1779ed9d340e3485c112bd8ef35946b..a97a32c88a551da46f9dc7fffed4e0d162c094d4 100644 (file)
@@ -13,7 +13,6 @@
 #include <assert.h>
 #include <errno.h>
 #include <string.h> /* memcpy */
-#include <limits.h> /* INT_MAX */
 
 #include <unistd.h>    /* close */
 
index 6d4984e7d08a286bd562283025a341d473ca522e..748647a0f121066e1ca0136510241b092a13d23b 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <assert.h>
 #include <errno.h> /* ENOENT */
+#include <limits.h> /* INT_MAX */
 #include <stdlib.h>
 #include <string.h> /* memcpy */
 
index 5fecbbd90b2a8a1054ed8f40c3c021689845b3f6..cca3e063b82f8007cce87c867e17e7fba4c4dfa8 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdarg.h>
 #include <string.h> /* memcmp */
 #include <stdlib.h> /* qsort */
+#include <limits.h> /* INT_MAX */
 
 #include <event2/util.h> /* evutil_vsnprintf () */
 
index 8493ab74be686768bb130e3872ad80b933d1fa0b..a4e1b9541422745c5275fab12e601ec039376bea 100644 (file)
@@ -1,3 +1,4 @@
+#include <limits.h> /* INT_MAX */
 #include <math.h> /* sqrt () */
 #include <string.h> /* strlen () */
 
index 3d384c7a8486cb90d96d79ff4d5dba9380957626..ef40f0a9c282407cd1d219c4e4db241172966723 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <cassert>
+#include <climits> /* INT_MAX */
 #include <ctime>
 
 #include <QCheckBox>
index 4474a97bc48ac7f1ee4941c3c43128388d458503..5251de21f6f2d23ce74b58f5b4b35d31a6081792 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include <cassert>
+#include <climits> /* INT_MAX */
 #include <iostream>
 
 #include <QCheckBox>