aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:47:00 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:47:00 +0000
commita9e3d5c56aa515a4a63212ced6433f4612f62e57 (patch)
treeee3a9faad1477f9e1e63f79efc16213c38862d33 /tmux.c
parentbb459beb032cfa9473cdef21ef645b350d61728c (diff)
downloadrtmux-a9e3d5c56aa515a4a63212ced6433f4612f62e57.tar.gz
rtmux-a9e3d5c56aa515a4a63212ced6433f4612f62e57.tar.bz2
rtmux-a9e3d5c56aa515a4a63212ced6433f4612f62e57.zip
More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tmux.c b/tmux.c
index d20bd62a..8fd8e4be 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.135 2009-06-25 16:34:50 nicm Exp $ */
+/* $Id: tmux.c,v 1.136 2009-06-25 16:47:00 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -29,10 +29,6 @@
#include "tmux.h"
-#ifdef HAVE_PATHS_H
-#include <paths.h>
-#endif
-
#ifdef DEBUG
/* DragonFly uses an OpenBSD-like malloc() since 1.6 */
#if defined(__OpenBSD__) || defined(__DragonFly__)