changeset 8:7c4b04a6346d

clean up include files in gui-main.h
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 11:26:44 -0400
parents 04867eba6428
children 822a2fe5bb51
files gui-main.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gui-main.h	Thu May 23 09:27:09 2019 -0400
+++ b/gui-main.h	Thu May 23 11:26:44 2019 -0400
@@ -1,14 +1,8 @@
 #if ! defined (calc_gui_main_h)
 #define calc_gui_main_h 1
 
-#include <iostream>
-#include <sstream>
 #include <string>
 
-#include <cstdlib>
-#include <cstring>
-
-#include <QApplication>
 #include <QTextDocument>
 #include <QTextEdit>