aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-23 11:25:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-23 11:25:32 +0000
commitab02144e3d1ed4b3a421e63e5d0464c2cfc239b5 (patch)
tree19995df978db750967377bad1b9ab209370dcb12 /tmux.h
parent9a086da0812ea217cb046f5571eb473d3ea1a38b (diff)
downloadrtmux-ab02144e3d1ed4b3a421e63e5d0464c2cfc239b5.tar.gz
rtmux-ab02144e3d1ed4b3a421e63e5d0464c2cfc239b5.tar.bz2
rtmux-ab02144e3d1ed4b3a421e63e5d0464c2cfc239b5.zip
Don't need ttydefchars here.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index e4c5bfbe..bab0e934 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.65 2007-10-23 10:48:23 nicm Exp $ */
+/* $Id: tmux.h,v 1.66 2007-10-23 11:25:32 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -26,11 +26,9 @@
#include <poll.h>
#include <stdarg.h>
#include <stdio.h>
-#include <termios.h>
#include "array.h"
-extern cc_t ttydefchars[];
extern char *__progname;
#ifndef __dead