diff options
author | Nico Weber <thakis@chromium.org> | 2020-08-25 03:41:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 09:41:56 +0200 |
commit | 8b166e57dfbcaa353752f3327b1f34b819deceb7 (patch) | |
tree | 05bd0a3f1fa8cf5ace07fcfee701028341fb012b /Libraries/LibTLS/Exchange.cpp | |
parent | 647f3b87bd6abfc70391d37eb2b208dc1a655755 (diff) | |
download | serenity-8b166e57dfbcaa353752f3327b1f34b819deceb7.zip |
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Diffstat (limited to 'Libraries/LibTLS/Exchange.cpp')
-rw-r--r-- | Libraries/LibTLS/Exchange.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibTLS/Exchange.cpp b/Libraries/LibTLS/Exchange.cpp index 9350977131..9a1d888426 100644 --- a/Libraries/LibTLS/Exchange.cpp +++ b/Libraries/LibTLS/Exchange.cpp @@ -24,7 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <LibCore/Timer.h> #include <LibCrypto/ASN1/DER.h> #include <LibCrypto/PK/Code/EMSA_PSS.h> #include <LibTLS/TLSv12.h> |