From: pmf Date: Fri, 5 Oct 2007 22:04:42 +0000 (+0000) Subject: do not include obsolete facility.h and type.h X-Git-Tag: v0.12.20~880 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=b1794effb12e2cc4c0c67dbf661792b86588f694;p=lttv.git do not include obsolete facility.h and type.h git-svn-id: http://ltt.polymtl.ca/svn@2609 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/filter.c b/ltt/branches/poly/lttv/lttv/filter.c index 697779a6..41e2f898 100644 --- a/ltt/branches/poly/lttv/lttv/filter.c +++ b/ltt/branches/poly/lttv/lttv/filter.c @@ -80,8 +80,6 @@ #include #include #include -#include -#include #include #include diff --git a/ltt/branches/poly/lttv/lttv/print.c b/ltt/branches/poly/lttv/lttv/print.c index d5b52086..d71d9b29 100644 --- a/ltt/branches/poly/lttv/lttv/print.c +++ b/ltt/branches/poly/lttv/lttv/print.c @@ -39,9 +39,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/ltt/branches/poly/lttv/lttv/stats.c b/ltt/branches/poly/lttv/lttv/stats.c index 7ffc37bd..08f5e1da 100644 --- a/ltt/branches/poly/lttv/lttv/stats.c +++ b/ltt/branches/poly/lttv/lttv/stats.c @@ -25,10 +25,8 @@ #include #include #include -#include #include #include -#include #define BUF_SIZE 256 #define MAX_64_HEX_STRING_LEN 19 diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.c b/ltt/branches/poly/lttv/lttv/tracecontext.c index 085059b4..8f1ad49b 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.c +++ b/ltt/branches/poly/lttv/lttv/tracecontext.c @@ -24,9 +24,7 @@ #include #include #include -#include #include -#include #include #include diff --git a/ltt/branches/poly/lttv/modules/text/precomputeState.c b/ltt/branches/poly/lttv/modules/text/precomputeState.c index 6853d445..14b207c0 100644 --- a/ltt/branches/poly/lttv/modules/text/precomputeState.c +++ b/ltt/branches/poly/lttv/modules/text/precomputeState.c @@ -36,9 +36,7 @@ #include #include #include -#include #include -#include #include static gboolean diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index ba802d22..395b996e 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -36,9 +36,7 @@ #include #include #include -#include #include -#include #include static gboolean diff --git a/ltt/branches/poly/lttv/modules/text/textFilter.c b/ltt/branches/poly/lttv/modules/text/textFilter.c index a0823fba..ca613ac6 100644 --- a/ltt/branches/poly/lttv/modules/text/textFilter.c +++ b/ltt/branches/poly/lttv/modules/text/textFilter.c @@ -40,9 +40,7 @@ #include #include #include -#include #include -#include /* Insert the hooks before and after each trace and tracefile, and for each event. Print a global header. */