From 717867cf4ed4f67bf687eb9fbe420f4952019c66 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 27 Aug 2020 17:40:27 +0300 Subject: [PATCH] Remove unnecessary includes --- test/generic_category_test2.cpp | 1 - test/system_category_test2.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/generic_category_test2.cpp b/test/generic_category_test2.cpp index 10396bd..dc35ec1 100644 --- a/test/generic_category_test2.cpp +++ b/test/generic_category_test2.cpp @@ -4,7 +4,6 @@ #include #include -#include // Tests whether generic_category() is functional when only // generic_category.hpp is included diff --git a/test/system_category_test2.cpp b/test/system_category_test2.cpp index 46e02a8..0cb25a8 100644 --- a/test/system_category_test2.cpp +++ b/test/system_category_test2.cpp @@ -4,7 +4,6 @@ #include #include -#include // Tests whether system_category() is functional when only // system_category.hpp is included