# HG changeset patch # User Jacob Dawid # Date 1303032290 -7200 # Node ID ca7e10760df664685c9276775b71693b3c9350ce # Parent 6b66ab238c26cc61f2bb2ac81a8f0a2ddbc8375c Removed unused header file. diff --git a/gui//Quint.pro b/gui//Quint.pro --- a/gui//Quint.pro +++ b/gui//Quint.pro @@ -75,7 +75,6 @@ src/MainWindow.h \ src/OctaveLink.h \ src/ProcessInfo.h \ - src/kpty_export.h \ src/OctaveTerminal.h \ src/VariablesDockWidget.h \ src/HistoryDockWidget.h \ diff --git a/gui//src/kpty.h b/gui//src/kpty.h --- a/gui//src/kpty.h +++ b/gui//src/kpty.h @@ -21,7 +21,6 @@ #ifndef kpty_h #define kpty_h #include -//#include "kpty_export.h" struct KPtyPrivate; struct termios; diff --git a/gui//src/kptyprocess.h b/gui//src/kptyprocess.h --- a/gui//src/kptyprocess.h +++ b/gui//src/kptyprocess.h @@ -25,7 +25,6 @@ #include "kprocess.h" #include "kprocess_p.h" #include "kptydevice.h" -#include "kpty_export.h" class KPtyDevice; class KPtyProcess;