diff options
Diffstat (limited to 'notify.c')
-rw-r--r-- | notify.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD$ */ +/* $Id$ */ /* * Copyright (c) 2012 George Nachman <tmux@georgester.com> @@ -17,7 +17,6 @@ */ #include <sys/types.h> -#include <sys/queue.h> #include <stdlib.h> |