From d9cba881acb12feaf66542d200c524f292186ce5 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Sun, 26 Jun 2022 14:56:41 -0700 Subject: [PATCH] Remove excess include --- tests/basic_string.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/basic_string.cpp b/tests/basic_string.cpp index d32c34a..12e25e8 100644 --- a/tests/basic_string.cpp +++ b/tests/basic_string.cpp @@ -343,8 +343,6 @@ void check_string_replace(){ } } -#include - int main(){ check_empty_construction(); check_short_construction();