diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 00:23:48 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 15:01:31 -0400 |
commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/wall_clock.cpp | |
parent | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (diff) |
common: Reduce unused includes
Diffstat (limited to 'src/common/wall_clock.cpp')
-rw-r--r-- | src/common/wall_clock.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/wall_clock.cpp b/src/common/wall_clock.cpp index 9acf7551e..f30d91692 100644 --- a/src/common/wall_clock.cpp +++ b/src/common/wall_clock.cpp @@ -2,8 +2,6 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <cstdint> - #include "common/uint128.h" #include "common/wall_clock.h" |