summaryrefslogtreecommitdiff
path: root/lib/libevent/select.c
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2014-10-16 07:38:07 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2014-10-16 07:38:07 +0000
commitf617996b6c6060150f5a26c4610a9dfc5770e9f2 (patch)
tree1abdde8f08cbcdec9eb4466f76530e127c0ef453 /lib/libevent/select.c
parentd3ea71a1da9b6113314d9f9b21fa6e0cd86c1737 (diff)
Remove #ifdef HAVE_CONFIG_H, there is no config.h file.
OK nicm@
Diffstat (limited to 'lib/libevent/select.c')
-rw-r--r--lib/libevent/select.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libevent/select.c b/lib/libevent/select.c
index d2dd535344a..5e3fce23aa4 100644
--- a/lib/libevent/select.c
+++ b/lib/libevent/select.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: select.c,v 1.18 2014/10/11 04:07:39 doug Exp $ */
+/* $OpenBSD: select.c,v 1.19 2014/10/16 07:38:06 bluhm Exp $ */
/*
* Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
@@ -26,9 +26,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H