diff options
author | lloyd <[email protected]> | 2008-11-11 20:56:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:56:49 +0000 |
commit | 6eff33ae263109ccbbeb32bd0ffb25c77140cc45 (patch) | |
tree | c7b3b3628db0e0c2aa82ec750bd210cf7a54593c /src/utils | |
parent | 8986f83af617d76e54ae40348d0a77ea1e5e51e4 (diff) |
Rename timers.h to timer.h
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/timer/cpu_counter/tm_hard.h | 2 | ||||
-rw-r--r-- | src/utils/timer/gettimeofday/tm_unix.h | 2 | ||||
-rw-r--r-- | src/utils/timer/info.txt | 4 | ||||
-rw-r--r-- | src/utils/timer/posix_rt/tm_posix.h | 2 | ||||
-rw-r--r-- | src/utils/timer/timer.cpp (renamed from src/utils/timer/timers.cpp) | 2 | ||||
-rw-r--r-- | src/utils/timer/timer.h (renamed from src/utils/timer/timers.h) | 0 | ||||
-rw-r--r-- | src/utils/timer/win32_query_perf_ctr/tm_win32.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/utils/timer/cpu_counter/tm_hard.h b/src/utils/timer/cpu_counter/tm_hard.h index 436cec22c..ec5268085 100644 --- a/src/utils/timer/cpu_counter/tm_hard.h +++ b/src/utils/timer/cpu_counter/tm_hard.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TIMER_HARDWARE_H__ #define BOTAN_TIMER_HARDWARE_H__ -#include <botan/timers.h> +#include <botan/timer.h> namespace Botan { diff --git a/src/utils/timer/gettimeofday/tm_unix.h b/src/utils/timer/gettimeofday/tm_unix.h index 1b6c935a3..21afb3ee8 100644 --- a/src/utils/timer/gettimeofday/tm_unix.h +++ b/src/utils/timer/gettimeofday/tm_unix.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TIMER_UNIX_H__ #define BOTAN_TIMER_UNIX_H__ -#include <botan/timers.h> +#include <botan/timer.h> namespace Botan { diff --git a/src/utils/timer/info.txt b/src/utils/timer/info.txt index 3637d4c94..c9a860a78 100644 --- a/src/utils/timer/info.txt +++ b/src/utils/timer/info.txt @@ -5,6 +5,6 @@ define TIMER load_on auto <add> -timers.cpp -timers.h +timer.cpp +timer.h </add> diff --git a/src/utils/timer/posix_rt/tm_posix.h b/src/utils/timer/posix_rt/tm_posix.h index 0aee67abb..077636a0a 100644 --- a/src/utils/timer/posix_rt/tm_posix.h +++ b/src/utils/timer/posix_rt/tm_posix.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TIMER_POSIX_H__ #define BOTAN_TIMER_POSIX_H__ -#include <botan/timers.h> +#include <botan/timer.h> namespace Botan { diff --git a/src/utils/timer/timers.cpp b/src/utils/timer/timer.cpp index b10b09038..a37cf39c3 100644 --- a/src/utils/timer/timers.cpp +++ b/src/utils/timer/timer.cpp @@ -3,7 +3,7 @@ * (C) 1999-2007 Jack Lloyd * *************************************************/ -#include <botan/timers.h> +#include <botan/timer.h> #include <botan/loadstor.h> #include <botan/util.h> #include <ctime> diff --git a/src/utils/timer/timers.h b/src/utils/timer/timer.h index 5ad2cfbea..5ad2cfbea 100644 --- a/src/utils/timer/timers.h +++ b/src/utils/timer/timer.h diff --git a/src/utils/timer/win32_query_perf_ctr/tm_win32.h b/src/utils/timer/win32_query_perf_ctr/tm_win32.h index 916bf2127..d458d0a3f 100644 --- a/src/utils/timer/win32_query_perf_ctr/tm_win32.h +++ b/src/utils/timer/win32_query_perf_ctr/tm_win32.h @@ -6,7 +6,7 @@ #ifndef BOTAN_TIMER_WIN32_H__ #define BOTAN_TIMER_WIN32_H__ -#include <botan/timers.h> +#include <botan/timer.h> namespace Botan { |