From 38197ffeb31cdbf0229db77cee900d5de204229a Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Thu, 8 Jul 2010 16:12:33 +0000 Subject: [PATCH] Removed shared pointer header include. git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@9799 383ad7c9-94d9-4d36-a494-682f7c89f535 --- SmootherObject.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/SmootherObject.hh b/SmootherObject.hh index b054041..6348202 100644 --- a/SmootherObject.hh +++ b/SmootherObject.hh @@ -46,9 +46,6 @@ #include #include -#ifndef WIN32 - #include -#endif class SmootherObject : public PerObjectData { -- GitLab