summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-03-04 14:31:40 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-03-04 14:31:40 +0000
commit6945b0a2a1a5028739c75649d689628d871cd81f (patch)
tree7e118080c96607856199f5acb959a206dd75b292 /test
parent2178879c8b7b38a6c023bebc7af02caee5d869ea (diff)
downloadneon-6945b0a2a1a5028739c75649d689628d871cd81f.tar.gz
* test/common/tests.c: Remove sys/signal.h include.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1644 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test')
-rw-r--r--test/common/tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/common/tests.c b/test/common/tests.c
index 3fda1b3..1ef9981 100644
--- a/test/common/tests.c
+++ b/test/common/tests.c
@@ -1,6 +1,6 @@
/*
Stupidly simple test framework
- Copyright (C) 2001-2002, 2004, 2005, 2007, 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2001-2009, Joe Orton <joe@manyfish.co.uk>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -22,8 +22,6 @@
#include <sys/types.h>
-#include <sys/signal.h>
-
#include <stdio.h>
#ifdef HAVE_SIGNAL_H
#include <signal.h>