]> git.meshlink.io Git - meshlink/blobdiff - src/connection.c
Don't include netutl.h.
[meshlink] / src / connection.c
index 83227cff88e99d5f5ba85a408cf1bafe041f5b6e..f7f650050467709e772b1e0879a7f2717d015d65 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: connection.c,v 1.1.2.25 2001/11/16 12:02:17 zarq Exp $
+    $Id: connection.c,v 1.1.2.26 2001/11/16 12:20:44 zarq Exp $
 */
 
 #include "config.h"
@@ -31,7 +31,6 @@
 #include <list.h>
 
 #include "net.h"       /* Don't ask. */
-#include "netutl.h"
 #include "config.h"
 #include "conf.h"
 #include <utils.h>