aboutsummaryrefslogtreecommitdiff
path: root/breakpoints.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@coco.thehackers.org>2009-07-03 10:39:34 +0200
committerJuan Cespedes <cespedes@coco.thehackers.org>2009-07-03 10:39:34 +0200
commit8d1b92ba755f6d6229f5e230fc43d958b13836f8 (patch)
tree5e54278bab2b35d5a5ad634213dbcb32706cca7d /breakpoints.c
parent03192f890af95bf9abf5ea1c3dc0998f6b12550d (diff)
downloadltrace-8d1b92ba755f6d6229f5e230fc43d958b13836f8.tar.gz
Some minor fixes
Diffstat (limited to 'breakpoints.c')
-rw-r--r--breakpoints.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/breakpoints.c b/breakpoints.c
index 1805499..5c23718 100644
--- a/breakpoints.c
+++ b/breakpoints.c
@@ -11,10 +11,6 @@
#endif
#include "common.h"
-#include "options.h"
-#include "debug.h"
-#include "dict.h"
-#include "elf.h"
/*****************************************************************************/