diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 18:13:18 (GMT) |
commit | 4159e9dc5f140c659725f97a5f5cd284a47affd5 (patch) | |
tree | 2ea52792e5f084ac2199425599ae2d6632483866 /src/func.cc | |
parent | c0592dc3b833a91457e28a6d80bcc58c1bb7938d (diff) | |
parent | b12b0861756d99c876a243ad5bda85da1a066ac5 (diff) |
Merge remote branch 'upstream/visitortests' into visitortests
Diffstat (limited to 'src/func.cc')
-rw-r--r-- | src/func.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/func.cc b/src/func.cc index 75e90df..b011a27 100644 --- a/src/func.cc +++ b/src/func.cc @@ -34,7 +34,6 @@ #include <algorithm> #include "stl-utils.h" #include <boost/foreach.hpp> -#include "openscad.h" //M_PI AbstractFunction::~AbstractFunction() { |