From b5e59216c107b7dab2814bf46173669536de98c3 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Wed, 1 Apr 2020 07:18:24 -0400 Subject: [PATCH] Remove unused header Signed-off-by: Patrick Avery --- tomviz/ExternalPythonExecutor.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/tomviz/ExternalPythonExecutor.cxx b/tomviz/ExternalPythonExecutor.cxx index 82ce12c2b..1c8e18962 100644 --- a/tomviz/ExternalPythonExecutor.cxx +++ b/tomviz/ExternalPythonExecutor.cxx @@ -5,7 +5,6 @@ #include "ExternalPythonExecutor.h" #include "DataSource.h" -#include "EmdFormat.h" #include "Operator.h" #include "OperatorPython.h" #include "Pipeline.h"