Remove unneeded include

This commit is contained in:
Léa Saviot
2018-11-07 15:22:48 +01:00
committed by Émilie Feral
parent caacf63c8f
commit 861ba08198

View File

@@ -13,8 +13,6 @@
namespace Poincare {
#include <stdio.h>
/* Constructor & Destructor */
Expression Expression::clone() const { TreeHandle c = TreeHandle::clone(); return static_cast<Expression&>(c); }