X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fmeta.c;h=8e9c8d390d69574782b0494f188b24d9c216e391;hp=93bc48b37712619caa09fed6dc9887d9f3404001;hb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;hpb=7926a156e5b118d06295228e57de0cc9de0433b4 diff --git a/src/meta.c b/src/meta.c index 93bc48b3..8e9c8d39 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,7 +1,7 @@ /* meta.c -- handle the meta communication - Copyright (C) 2000-2004 Guus Sliepen , - 2000-2004 Ivo Timmermans + Copyright (C) 2000-2005 Guus Sliepen , + 2000-2005 Ivo Timmermans 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 @@ -31,7 +31,6 @@ #include "meta.h" #include "net.h" #include "protocol.h" -#include "system.h" #include "utils.h" bool send_meta(connection_t *c, const char *buffer, int length)