[vte] build: Remove unused pty.h header



commit b7e59e10bbdf4c3255d41ac1d600b6b66d771691
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Thu Apr 3 20:31:52 2014 +0800

    build: Remove unused pty.h header
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727540

 src/pty.c |    1 -
 src/vte.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/pty.c b/src/pty.c
index 82b15d6..8c84a57 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -64,7 +64,6 @@
 #include <glib.h>
 #include <gio/gio.h>
 #include "debug.h"
-#include "pty.h"
 
 #ifdef MSG_NOSIGNAL
 #define PTY_RECVMSG_FLAGS MSG_NOSIGNAL
diff --git a/src/vte.c b/src/vte.c
index 572e063..b91bb45 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -51,7 +51,6 @@
 #include "keymap.h"
 #include "marshal.h"
 #include "matcher.h"
-#include "pty.h"
 #include "vteaccess.h"
 #include "vteint.h"
 #include "vtepty.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]