From dd617189c43916457a07e3d262bc06dce551874d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 19 Oct 2023 11:18:30 +0200 Subject: [PATCH] MNT: cleanup unused forward declarations --- src/output/output.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/output/output.hpp b/src/output/output.hpp index af16df03..bb6b7688 100644 --- a/src/output/output.hpp +++ b/src/output/output.hpp @@ -21,9 +21,6 @@ #include "dump.hpp" #include "slice.hpp" -class Vtk; -class Dump; - using AnalysisFunc = void (*) (DataBlock &); using UserDefVariablesContainer = std::map>;