Skip to content

Commit

Permalink
Removed unnecessary #include <ctime> from lib cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Dekker committed Jul 30, 2021
1 parent 41a1f69 commit 9f267a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/inc_and_dec_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
#include "noexcept_benchmark.h"

#include <iostream>
#include <ctime>

namespace
{
Expand Down
1 change: 0 additions & 1 deletion lib/stack_unwinding_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
#include "noexcept_benchmark.h"

#include <iostream>
#include <ctime>

namespace
{
Expand Down

0 comments on commit 9f267a6

Please sign in to comment.