From 3e029c7efd9f5737fb87b43253f89a8e47ffc71b Mon Sep 17 00:00:00 2001 From: Erwan Legrand Date: Tue, 6 Feb 2024 11:04:51 +0100 Subject: [PATCH] Minor cleanup: remove unused header (#329) Co-authored-by: Erwan Legrand --- include/jwt-cpp/jwt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/jwt-cpp/jwt.h b/include/jwt-cpp/jwt.h index 013701a49..5cada507d 100644 --- a/include/jwt-cpp/jwt.h +++ b/include/jwt-cpp/jwt.h @@ -37,10 +37,6 @@ #include #include -#if __cplusplus > 201103L -#include -#endif - #if __cplusplus >= 201402L #ifdef __has_include #if __has_include()