summaryrefslogtreecommitdiff
path: root/src/helper/time_support.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 03:59:02 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 03:59:02 +0000
commit8a5b25790f064c408d747c9f087c4d45207fc3e4 (patch)
treed276df705a180dff9bea39c7b634545663a7acbf /src/helper/time_support.c
parent5a818f71d77b0327f7f26a5dd17d6baecc1b58ea (diff)
downloadopenocd+libswd-8a5b25790f064c408d747c9f087c4d45207fc3e4.tar.gz
openocd+libswd-8a5b25790f064c408d747c9f087c4d45207fc3e4.tar.bz2
openocd+libswd-8a5b25790f064c408d747c9f087c4d45207fc3e4.tar.xz
openocd+libswd-8a5b25790f064c408d747c9f087c4d45207fc3e4.zip
Audit and eliminate redundant helper #include directives.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/time_support.c')
-rw-r--r--src/helper/time_support.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/helper/time_support.c b/src/helper/time_support.c
index bc52e9ca..7a9a8001 100644
--- a/src/helper/time_support.c
+++ b/src/helper/time_support.c
@@ -27,12 +27,9 @@
#include "config.h"
#endif
-#include "replacements.h"
#include "time_support.h"
#include "log.h"
-#include <stdlib.h>
-
/* calculate difference between two struct timeval values */
int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y)