diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-10-24 01:55:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-10-24 01:55:21 +0000 |
commit | 83447580b181db011325e84a752bee518fee8b5b (patch) | |
tree | 2e4f273cff616779676a1e12e426dcdf43288eb2 | |
parent | 1cd9ff44604a168d93d732f2ace9338c66e19e39 (diff) | |
download | rtmux-83447580b181db011325e84a752bee518fee8b5b.tar.gz rtmux-83447580b181db011325e84a752bee518fee8b5b.tar.bz2 rtmux-83447580b181db011325e84a752bee518fee8b5b.zip |
Remove redundant preprocessor check (it's already taken care of by tmux.h).
-rw-r--r-- | compat/daemon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compat/daemon.c b/compat/daemon.c index 56dc46af..3e87874b 100644 --- a/compat/daemon.c +++ b/compat/daemon.c @@ -32,10 +32,6 @@ #include <unistd.h> #include <stdlib.h> -#ifdef HAVE_PATHS_H -#include <paths.h> -#endif - #include "tmux.h" int |