From 28f05ba379d23d23e0048d211d817de5b5f6e3b2 Mon Sep 17 00:00:00 2001
From: Lukas Werner <lks.werner@fau.de>
Date: Wed, 21 Mar 2018 15:29:41 +0100
Subject: [PATCH] Removed left over include

---
 src/pe/raytracing/Intersects.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pe/raytracing/Intersects.h b/src/pe/raytracing/Intersects.h
index 8e5e38cf5..0ba490a0c 100644
--- a/src/pe/raytracing/Intersects.h
+++ b/src/pe/raytracing/Intersects.h
@@ -29,7 +29,6 @@
 #include "pe/rigidbody/Union.h"
 #include "pe/utility/BodyCast.h"
 #include <core/math/Utility.h>
-#include <boost/math/special_functions/sign.hpp>
 #include <boost/tuple/tuple.hpp>
 
 #include <pe/raytracing/Ray.h>
-- 
GitLab