Remove superfluous #include <iostream> introduced in 4fc0141

pull/1310/head
ruevs 2022-11-05 19:15:13 +02:00
parent 4fc0141a5e
commit 56b9d36030
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#include "solvespace.h" #include "solvespace.h"
#include <iostream>
typedef void MenuHandler(Command id); typedef void MenuHandler(Command id);
using MenuKind = Platform::MenuItem::Indicator; using MenuKind = Platform::MenuItem::Indicator;
struct MenuEntry { struct MenuEntry {