From e94e31dd7de67cde0a217c012261e8d79e3bb2e4 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 3 Sep 2025 15:13:52 -0500 Subject: [PATCH] no more jsonfwd --- src/pdal/filters/PythonFilter.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pdal/filters/PythonFilter.hpp b/src/pdal/filters/PythonFilter.hpp index 19f3d03..7ee45ff 100644 --- a/src/pdal/filters/PythonFilter.hpp +++ b/src/pdal/filters/PythonFilter.hpp @@ -35,7 +35,6 @@ #pragma once #include -#include #include "../plang/Invocation.hpp"