aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 00:22:51 +0000
committerlloyd <[email protected]>2008-09-30 00:22:51 +0000
commit3052bc24626e86019361b35d0768bdf70bdd9018 (patch)
tree44dbb86d2cda32a73e1791aaf267513bc35f29bc /src
parente78b1c3e2b3c3a4845d049e579e5bbfba07a441e (diff)
Remove unneeded include of timers.h
Diffstat (limited to 'src')
-rw-r--r--src/core/modules.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp
index 08553bf00..bdebc3460 100644
--- a/src/core/modules.cpp
+++ b/src/core/modules.cpp
@@ -6,7 +6,6 @@
#include <botan/modules.h>
#include <botan/defalloc.h>
#include <botan/eng_def.h>
-#include <botan/timers.h>
#include <botan/parsing.h>
#if defined(BOTAN_HAS_MUTEX_PTHREAD)