From e3c38d3d02920ec2b98c9894bda15f8603bb8ff6 Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Mon, 19 Jun 2017 22:54:40 -0400
Subject: [PATCH] Remove leftover unused mpi include.

---
 examples/hello/bpWriter/helloBPWriterXML_nompi.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/hello/bpWriter/helloBPWriterXML_nompi.cpp b/examples/hello/bpWriter/helloBPWriterXML_nompi.cpp
index 92dede0ea..8283fc5f1 100644
--- a/examples/hello/bpWriter/helloBPWriterXML_nompi.cpp
+++ b/examples/hello/bpWriter/helloBPWriterXML_nompi.cpp
@@ -10,7 +10,6 @@
 
 #include <ios>      //std::ios_base::failure
 #include <iostream> //std::cout
-#include <mpi.h>
 #include <stdexcept> //std::invalid_argument std::exception
 #include <vector>
 
-- 
GitLab