diff options
author | lloyd <[email protected]> | 2008-09-30 00:22:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 00:22:51 +0000 |
commit | 3052bc24626e86019361b35d0768bdf70bdd9018 (patch) | |
tree | 44dbb86d2cda32a73e1791aaf267513bc35f29bc /src | |
parent | e78b1c3e2b3c3a4845d049e579e5bbfba07a441e (diff) |
Remove unneeded include of timers.h
Diffstat (limited to 'src')
-rw-r--r-- | src/core/modules.cpp | 1 |
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) |