From 54ca70c64e93820a6c96ab7b4e0f1c612b72acc3 Mon Sep 17 00:00:00 2001 From: schnorr Date: Mon, 20 Aug 2012 15:25:20 +0200 Subject: [PATCH] [trace] new option tracing/basic (used to generate impoverished trace files) details: - this option should be used with visualization tools that are incapable to read the complete Paje file format specification, as detailed in this file: http://paje.sourceforge.net/download/publication/lang-paje.pdf --- src/instr/instr_config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 040f2c6dcf..06f2fb6ae5 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -4,7 +4,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "instr/instr_private.h" #ifdef HAVE_TRACING -- 2.20.1