diff --git a/libguile/net_db.c b/libguile/net_db.c index 4d63aabcc..8dccb723a 100644 --- a/libguile/net_db.c +++ b/libguile/net_db.c @@ -1,6 +1,6 @@ /* "net_db.c" network database support * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2006, 2009, - * 2010, 2011, 2012 Free Software Foundation, Inc. + * 2010, 2011, 2012, 2013 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -50,14 +50,10 @@ #include -#ifdef HAVE_WINSOCK2_H -#include -#else #include #include #include #include -#endif #ifdef __MINGW32__ #include "win32-socket.h"