From fd9e064ad3c1a6ff80364fb1a83c0ad14d0f2843 Mon Sep 17 00:00:00 2001 From: shashaa35 Date: Sun, 27 Sep 2015 01:07:30 +0530 Subject: [PATCH] Update qtree.cpp --- qtree.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qtree.cpp b/qtree.cpp index b528401..7629cff 100644 --- a/qtree.cpp +++ b/qtree.cpp @@ -1,5 +1,4 @@ -#include -#include +#include using namespace std; #define root 0 @@ -240,4 +239,4 @@ int main() { } } } -} \ No newline at end of file +}