From: Mathieu Desnoyers Date: Tue, 15 Mar 2016 15:27:52 +0000 (-0400) Subject: Use system include paths in root directory headers X-Git-Tag: v2.8.0-rc1~10 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=bbd023d66d2368bbfdfb47325963d7e0123c7a8d Use system include paths in root directory headers Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-abi-old.h b/lttng-abi-old.h index 3e6b3288..5a488630 100644 --- a/lttng-abi-old.h +++ b/lttng-abi-old.h @@ -24,7 +24,7 @@ */ #include -#include "lttng-abi.h" +#include /* * LTTng DebugFS ABI structures. diff --git a/lttng-events.h b/lttng-events.h index 2eccf869..c246860d 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -27,9 +27,9 @@ #include #include #include -#include "wrapper/uuid.h" -#include "lttng-abi.h" -#include "lttng-abi-old.h" +#include +#include +#include #define lttng_is_signed_type(type) (((type)(-1)) < 0) diff --git a/lttng-filter.h b/lttng-filter.h index a1bf79b9..07983547 100644 --- a/lttng-filter.h +++ b/lttng-filter.h @@ -25,8 +25,8 @@ #include -#include "lttng-events.h" -#include "filter-bytecode.h" +#include +#include /* Filter stack length, in number of entries */ #define FILTER_STACK_LEN 10 /* includes 2 dummy */ diff --git a/lttng-ring-buffer-client.h b/lttng-ring-buffer-client.h index 625d7b45..7c9ae443 100644 --- a/lttng-ring-buffer-client.h +++ b/lttng-ring-buffer-client.h @@ -22,12 +22,12 @@ #include #include -#include "lib/bitfield.h" -#include "wrapper/vmalloc.h" /* for wrapper_vmalloc_sync_all() */ -#include "wrapper/trace-clock.h" -#include "lttng-events.h" -#include "lttng-tracer.h" -#include "wrapper/ringbuffer/frontend_types.h" +#include +#include /* for wrapper_vmalloc_sync_all() */ +#include +#include +#include +#include #define LTTNG_COMPACT_EVENT_BITS 5 #define LTTNG_COMPACT_TSC_BITS 27 @@ -177,7 +177,7 @@ size_t record_header_size(const struct lib_ring_buffer_config *config, return offset - orig_offset; } -#include "wrapper/ringbuffer/api.h" +#include static void lttng_write_event_header_slow(const struct lib_ring_buffer_config *config, diff --git a/lttng-ring-buffer-metadata-client.h b/lttng-ring-buffer-metadata-client.h index fe1abb7b..c441372e 100644 --- a/lttng-ring-buffer-metadata-client.h +++ b/lttng-ring-buffer-metadata-client.h @@ -22,9 +22,9 @@ #include #include -#include "wrapper/vmalloc.h" /* for wrapper_vmalloc_sync_all() */ -#include "lttng-events.h" -#include "lttng-tracer.h" +#include /* for wrapper_vmalloc_sync_all() */ +#include +#include static struct lttng_transport lttng_relay_transport; @@ -63,7 +63,7 @@ size_t record_header_size(const struct lib_ring_buffer_config *config, return 0; } -#include "wrapper/ringbuffer/api.h" +#include static u64 client_ring_buffer_clock_read(struct channel *chan) { diff --git a/lttng-tracer-core.h b/lttng-tracer-core.h index b946dce0..2db349a4 100644 --- a/lttng-tracer-core.h +++ b/lttng-tracer-core.h @@ -32,7 +32,7 @@ #define RING_BUFFER_ALIGN #endif -#include "wrapper/ringbuffer/config.h" +#include struct lttng_session; struct lttng_channel; diff --git a/lttng-tracer.h b/lttng-tracer.h index a1972c58..4810ab9b 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -34,10 +34,10 @@ #include #include -#include "wrapper/trace-clock.h" -#include "wrapper/compiler.h" -#include "lttng-tracer-core.h" -#include "lttng-events.h" +#include +#include +#include +#include #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 8