diff options
author | Jack Lloyd <[email protected]> | 2018-12-23 14:27:13 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-23 14:27:13 -0500 |
commit | 716005aa4283c962dfe1478e4ee85bef5cfda293 (patch) | |
tree | 251238d0af3389f2af1235f9f6486bb9c187deef /src/lib/utils/timer.h | |
parent | dd49d5da18b4551285fb8f4a5a3a60d7c6ca1eb2 (diff) |
Now Timer does not need to include an internal header
Diffstat (limited to 'src/lib/utils/timer.h')
-rw-r--r-- | src/lib/utils/timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/utils/timer.h b/src/lib/utils/timer.h index 6be6c333a..3240b5c85 100644 --- a/src/lib/utils/timer.h +++ b/src/lib/utils/timer.h @@ -8,7 +8,6 @@ #define BOTAN_TIMER_H_ #include <botan/types.h> -#include <botan/internal/os_utils.h> #include <string> #include <chrono> |