aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-10 14:44:06 +0200
committerThomas White <taw@physics.org>2020-09-10 14:44:13 +0200
commita3a84e608370ed50bc5c9ae2934145877d4ed0eb (patch)
tree3e737316f6ee662b45d94797845a3ea8c6b18f8e
parent0f935f4bcbd6705d13184c7704388d0d30007e82 (diff)
Local BE: Remove unused #include
Not needed, and prevents compilation on Mac OS.
-rw-r--r--src/gui_backend_local.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index cbb8767b..7a5f440e 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -26,7 +26,6 @@
*
*/
-#include <pty.h>
#include <glib.h>
#include <sys/wait.h>
#include <sys/stat.h>