From 5c39c4d99d0a7517657d18394c8b91a49aedc55a Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 13 Jun 2021 16:07:01 +0200 Subject: [PATCH] Remove unused includes --- tests/src/ExponentialBackoff.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/ExponentialBackoff.cpp b/tests/src/ExponentialBackoff.cpp index eeb996a6372..2a4259744a1 100644 --- a/tests/src/ExponentialBackoff.cpp +++ b/tests/src/ExponentialBackoff.cpp @@ -1,8 +1,6 @@ #include "util/ExponentialBackoff.hpp" #include -#include -#include using namespace chatterino;