From 8099326b3438eb003bf3f9849ad1b3cd1f0d618c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 7 Aug 2014 15:58:21 -0400 Subject: [PATCH] Replace usages of limits.h with the compatibility header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/ctf-text/types/string.c | 2 +- formats/ctf/types/float.c | 2 +- formats/ctf/types/string.c | 2 +- formats/lttng-live/lttng-viewer-abi.h | 2 +- include/babeltrace/align.h | 2 +- include/babeltrace/bitfield.h | 2 +- include/babeltrace/ctf/ctf-index.h | 2 +- include/babeltrace/format-internal.h | 2 +- include/babeltrace/types.h | 2 +- tests/lib/test_seek.c | 2 +- types/types.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/formats/ctf-text/types/string.c b/formats/ctf-text/types/string.c index c397f0e2..df7f5f7d 100644 --- a/formats/ctf-text/types/string.c +++ b/formats/ctf-text/types/string.c @@ -28,7 +28,7 @@ #include #include -#include /* C99 limits */ +#include /* C99 limits */ #include int ctf_text_string_write(struct bt_stream_pos *ppos, diff --git a/formats/ctf/types/float.c b/formats/ctf/types/float.c index b82f68db..25869526 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -31,7 +31,7 @@ #include #include #include /* C99 floating point definitions */ -#include /* C99 limits */ +#include /* C99 limits */ #include #include diff --git a/formats/ctf/types/string.c b/formats/ctf/types/string.c index 002f1b4f..c6935162 100644 --- a/formats/ctf/types/string.c +++ b/formats/ctf/types/string.c @@ -28,7 +28,7 @@ #include #include -#include /* C99 limits */ +#include /* C99 limits */ #include int ctf_string_read(struct bt_stream_pos *ppos, struct bt_definition *definition) diff --git a/formats/lttng-live/lttng-viewer-abi.h b/formats/lttng-live/lttng-viewer-abi.h index f9bce98d..d254bf96 100644 --- a/formats/lttng-live/lttng-viewer-abi.h +++ b/formats/lttng-live/lttng-viewer-abi.h @@ -25,7 +25,7 @@ * SOFTWARE. */ -#include +#include #define LTTNG_VIEWER_PATH_MAX 4096 #define LTTNG_VIEWER_NAME_MAX 255 diff --git a/include/babeltrace/align.h b/include/babeltrace/align.h index f6a19662..4f6a301e 100644 --- a/include/babeltrace/align.h +++ b/include/babeltrace/align.h @@ -27,7 +27,7 @@ #include #include -#include +#include #ifndef PAGE_SIZE /* Cygwin limits.h defines its own PAGE_SIZE */ #define PAGE_SIZE sysconf(_SC_PAGE_SIZE) diff --git a/include/babeltrace/bitfield.h b/include/babeltrace/bitfield.h index b7fce093..6cf804ed 100644 --- a/include/babeltrace/bitfield.h +++ b/include/babeltrace/bitfield.h @@ -28,7 +28,7 @@ */ #include /* C99 5.2.4.2 Numerical limits */ -#include /* C99 5.2.4.2 Numerical limits */ +#include /* C99 5.2.4.2 Numerical limits */ #include #include /* Non-standard BIG_ENDIAN, LITTLE_ENDIAN, BYTE_ORDER */ diff --git a/include/babeltrace/ctf/ctf-index.h b/include/babeltrace/ctf/ctf-index.h index 0efa8887..b39b523f 100644 --- a/include/babeltrace/ctf/ctf-index.h +++ b/include/babeltrace/ctf/ctf-index.h @@ -25,7 +25,7 @@ #ifndef LTTNG_INDEX_H #define LTTNG_INDEX_H -#include +#include #define CTF_INDEX_MAGIC 0xC1F1DCC1 #define CTF_INDEX_MAJOR 1 diff --git a/include/babeltrace/format-internal.h b/include/babeltrace/format-internal.h index 7f3eb5ef..e0359eac 100644 --- a/include/babeltrace/format-internal.h +++ b/include/babeltrace/format-internal.h @@ -29,7 +29,7 @@ * SOFTWARE. */ -#include +#include #include #include diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index 677818b9..b32d2a41 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tests/lib/test_seek.c b/tests/lib/test_seek.c index 4e1a8232..e9b23e5c 100644 --- a/tests/lib/test_seek.c +++ b/tests/lib/test_seek.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include "common.h" diff --git a/types/types.c b/types/types.c index 0d1a89d1..ade23e5e 100644 --- a/types/types.c +++ b/types/types.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include -- 2.34.1