From e9082033f1fcc9c3e240f59a4a936e050104ae9b Mon Sep 17 00:00:00 2001 From: Az-r-ow Date: Tue, 14 May 2024 12:09:17 +0200 Subject: [PATCH] fix: removed unused header --- src/NeuralNet/callbacks/ModelCheckpoint.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NeuralNet/callbacks/ModelCheckpoint.hpp b/src/NeuralNet/callbacks/ModelCheckpoint.hpp index c8d9d52..02ac0dc 100644 --- a/src/NeuralNet/callbacks/ModelCheckpoint.hpp +++ b/src/NeuralNet/callbacks/ModelCheckpoint.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include