From e25756a947a1140998136aa5fee8601673ee86b3 Mon Sep 17 00:00:00 2001 From: Sebastien Valette Date: Thu, 27 Nov 2025 20:15:41 +0100 Subject: [PATCH] compilation fix --- Common/vtkSurface.cxx | 1 - VolumeProcessing/Examples/ReadImage.cxx | 4 ++-- VolumeProcessing/Examples/png2raw.cxx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Common/vtkSurface.cxx b/Common/vtkSurface.cxx index df6d8b9..3f201e2 100644 --- a/Common/vtkSurface.cxx +++ b/Common/vtkSurface.cxx @@ -43,7 +43,6 @@ #include #include #include -#include #include #include diff --git a/VolumeProcessing/Examples/ReadImage.cxx b/VolumeProcessing/Examples/ReadImage.cxx index b2ab1a6..4b8ff44 100644 --- a/VolumeProcessing/Examples/ReadImage.cxx +++ b/VolumeProcessing/Examples/ReadImage.cxx @@ -7,11 +7,11 @@ Date: 2010/03 Auteur: Sebastien Valette =========================================================================*/ -// .NAME meshviewer +// .NAME meshviewer // .SECTION Description #include -#include +//#include #include #include #include diff --git a/VolumeProcessing/Examples/png2raw.cxx b/VolumeProcessing/Examples/png2raw.cxx index 127345f..f6104b3 100644 --- a/VolumeProcessing/Examples/png2raw.cxx +++ b/VolumeProcessing/Examples/png2raw.cxx @@ -11,7 +11,7 @@ Auteur: Sebastien Valette // .SECTION Description #include -#include +//#include #include #include #include