From: Jérémie Galarneau Date: Mon, 24 Oct 2016 02:05:10 +0000 (-0400) Subject: Python build fix X-Git-Tag: v1.5.0-rc1~2 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a66b31faf71b526617ede668677bdabade00cd11 Python build fix Signed-off-by: Jérémie Galarneau --- diff --git a/bindings/python/babeltrace/python-complements.c b/bindings/python/babeltrace/python-complements.c index b9a11f14..d0daf34b 100644 --- a/bindings/python/babeltrace/python-complements.c +++ b/bindings/python/babeltrace/python-complements.c @@ -19,8 +19,8 @@ */ #include "python-complements.h" -#include -#include +#include +#include #include #include #include diff --git a/formats/ctf/ir/packet.c b/formats/ctf/ir/packet.c index 22948b3b..0fd1853d 100644 --- a/formats/ctf/ir/packet.c +++ b/formats/ctf/ir/packet.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include diff --git a/formats/ctf/ir/stream.c b/formats/ctf/ir/stream.c index 9cba9c5d..44cfb8bb 100644 --- a/formats/ctf/ir/stream.c +++ b/formats/ctf/ir/stream.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include diff --git a/include/babeltrace/ctf-ir/event-class-internal.h b/include/babeltrace/ctf-ir/event-class-internal.h index 61b289e0..76210460 100644 --- a/include/babeltrace/ctf-ir/event-class-internal.h +++ b/include/babeltrace/ctf-ir/event-class-internal.h @@ -33,7 +33,6 @@ #include #include #include -#include #include #include diff --git a/include/babeltrace/ctf-ir/event-internal.h b/include/babeltrace/ctf-ir/event-internal.h index cdbaef10..c3243f52 100644 --- a/include/babeltrace/ctf-ir/event-internal.h +++ b/include/babeltrace/ctf-ir/event-internal.h @@ -33,7 +33,6 @@ #include #include #include -#include #include #include #include diff --git a/include/babeltrace/ctf-ir/packet-internal.h b/include/babeltrace/ctf-ir/packet-internal.h index 275524ba..fb355cce 100644 --- a/include/babeltrace/ctf-ir/packet-internal.h +++ b/include/babeltrace/ctf-ir/packet-internal.h @@ -26,7 +26,6 @@ */ #include -#include #include #include diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index d7d77e6b..c5cdeb32 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -27,7 +27,6 @@ * SOFTWARE. */ -#include #include #include #include diff --git a/include/babeltrace/ctf-writer/stream.h b/include/babeltrace/ctf-writer/stream.h index 73515b90..c9244caf 100644 --- a/include/babeltrace/ctf-writer/stream.h +++ b/include/babeltrace/ctf-writer/stream.h @@ -30,9 +30,10 @@ * http://www.efficios.com/ctf */ -#include #include +struct bt_ctf_stream; + #ifdef __cplusplus extern "C" { #endif