mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Remove unneeded include
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* Constructor & Destructor */
|
||||
|
||||
Expression Expression::clone() const { TreeHandle c = TreeHandle::clone(); return static_cast<Expression&>(c); }
|
||||
|
||||
Reference in New Issue
Block a user