summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
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__)