From a6db295462138ddc56112d60471ae219f963f28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann?= Date: Fri, 4 Mar 2005 18:52:45 +0000 Subject: [PATCH] Remove include of non-existing tracing.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fri Mar 4 13:47:13 2005 Søren Sandmann * sysprof.c: Remove include of non-existing tracing.h --- ChangeLog | 4 ++++ sysprof.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13c98128..770f0b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 4 13:47:13 2005 Søren Sandmann + + * sysprof.c: Remove include of non-existing tracing.h + Thu Mar 3 23:48:13 2005 Soeren Sandmann * profile.c (profile_load): Write this function. diff --git a/sysprof.c b/sysprof.c index 75f6d201..b45a4e0e 100644 --- a/sysprof.c +++ b/sysprof.c @@ -13,7 +13,6 @@ #include "stackstash.h" #include "profile.h" #include "treeviewutils.h" -#include "tracing.h" /* FIXME */ #define _(a) a