From 305a9bb7ea43dceb0ee60f6c8873a5439d4f210d Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Thu, 23 Jan 2020 17:35:07 +0000 Subject: [PATCH] removes an unwanted include file manifold_lib.h from step-2 --- examples/step-2/step-2.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/step-2/step-2.cc b/examples/step-2/step-2.cc index 7f5c79f295..429e87868a 100644 --- a/examples/step-2/step-2.cc +++ b/examples/step-2/step-2.cc @@ -24,7 +24,6 @@ #include #include #include -#include // However, the next file is new. We need this include file for the // association of degrees of freedom ("DoF"s) to vertices, lines, and cells: -- 2.39.5