diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:47:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:47:00 +0000 |
commit | a9e3d5c56aa515a4a63212ced6433f4612f62e57 (patch) | |
tree | ee3a9faad1477f9e1e63f79efc16213c38862d33 /tmux.c | |
parent | bb459beb032cfa9473cdef21ef645b350d61728c (diff) | |
download | rtmux-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.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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__) |