From 9d66287d1e18b00633447d4a9431a5eec7c6beb1 Mon Sep 17 00:00:00 2001 From: NAUD Maxence <maxence.naud@cea.fr> Date: Tue, 5 Dec 2023 10:24:09 +0000 Subject: [PATCH] Remove unused 'iostream' library --- include/aidge/graphRegex/GraphStrInterpreter.hpp | 1 - python_binding/operator/pybind_Conv.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/aidge/graphRegex/GraphStrInterpreter.hpp b/include/aidge/graphRegex/GraphStrInterpreter.hpp index 98dca0e9f..38e89b373 100644 --- a/include/aidge/graphRegex/GraphStrInterpreter.hpp +++ b/include/aidge/graphRegex/GraphStrInterpreter.hpp @@ -1,7 +1,6 @@ #ifndef AIDGE_CORE_GRAPH_FSM_INTERPRETER_H_ #define AIDGE_CORE_GRAPH_FSM_INTERPRETER_H_ -#include <iostream> #include <sstream> #include <memory> #include <algorithm> diff --git a/python_binding/operator/pybind_Conv.cpp b/python_binding/operator/pybind_Conv.cpp index 71231b821..2200cd3fe 100644 --- a/python_binding/operator/pybind_Conv.cpp +++ b/python_binding/operator/pybind_Conv.cpp @@ -11,7 +11,6 @@ #include <pybind11/pybind11.h> #include <pybind11/stl.h> -#include <iostream> #include <string> #include <vector> #include <array> -- GitLab