From f7b7651ba36215d6d55d24d5202afc2a318b9d33 Mon Sep 17 00:00:00 2001 From: corentinberge <33965571+corentinberge@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:13:54 +0200 Subject: [PATCH] Update factory.cpp --- tests/factory.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/factory.cpp b/tests/factory.cpp index 266bf545..45a23722 100644 --- a/tests/factory.cpp +++ b/tests/factory.cpp @@ -1,7 +1,6 @@ // Copyright 2010 Thomas Moulard. // -#include <iostream> #include <sstream> #include <dynamic-graph/factory.h> #include <dynamic-graph/entity.h> -- GitLab