Removed unused include directive

This commit is contained in:
caheckman 2023-01-05 12:25:04 -05:00
parent cd09ea0c4a
commit 735c6d3a8b

View file

@ -14,9 +14,6 @@
* limitations under the License. * limitations under the License.
*/ */
#include "test.hh" #include "test.hh"
#include <algorithm>
#include "libdecomp.hh" #include "libdecomp.hh"
vector<UnitTest *> UnitTest::tests; vector<UnitTest *> UnitTest::tests;