summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/trace/trace.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2010-05-11 01:12:45 +0200
committerNélio Laranjeiro2010-05-11 01:12:45 +0200
commitf5ae5e67471d254f78eecef7e4c35aa765dd3630 (patch)
tree4fdb8cfa667068c417f5a7edede3fbf1fdeac0b3 /digital/avr/modules/trace/trace.h
parentb9b178089bbfde1c062c4e13fac67d6eea5207e2 (diff)
{tools/trace, avr/module/trace}: remove full url for trace header file
Python tool now create the headers and C files to be usable in the current make directory.
Diffstat (limited to 'digital/avr/modules/trace/trace.h')
-rw-r--r--digital/avr/modules/trace/trace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/digital/avr/modules/trace/trace.h b/digital/avr/modules/trace/trace.h
index 069f5e7c..68894059 100644
--- a/digital/avr/modules/trace/trace.h
+++ b/digital/avr/modules/trace/trace.h
@@ -28,7 +28,6 @@
* You can find the example on the website :
* http://gcc.gnu.org/ml/gcc-patches/2000-11/msg00016.html
*/
-#include "modules/trace/events.h"
#define PASTE_EXPAND(a, b) PASTE(a, b)
#define PASTE(a, b) a ## b