diff options
author | Thomas White <taw@physics.org> | 2020-09-10 14:44:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-10 14:44:13 +0200 |
commit | a3a84e608370ed50bc5c9ae2934145877d4ed0eb (patch) | |
tree | 3e737316f6ee662b45d94797845a3ea8c6b18f8e /src/gui_backend_local.c | |
parent | 0f935f4bcbd6705d13184c7704388d0d30007e82 (diff) |
Local BE: Remove unused #include
Not needed, and prevents compilation on Mac OS.
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r-- | src/gui_backend_local.c | 1 |
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> |