From dd305c972080b8730ee73269ca8a9748fed42ce0 Mon Sep 17 00:00:00 2001 From: professor91 Date: Thu, 19 Oct 2023 01:02:05 +0530 Subject: [PATCH] remove unused includes --- src/unittest/test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index 76d59f0298..8270d0687b 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -21,9 +21,6 @@ ************************************************************************************/ #include "test.h" -#include -#include - /* Unit tests go here */ int main(int argc, char *argv[]) {