From: Remco Rijnders Date: Tue, 8 Sep 2015 13:04:36 +0000 (+0200) Subject: CLEANUP: I don't know what __struct_include__ is, but it's not being used anywhere X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=a47324acefdb210cd6a994bbdddb1ffe101dddf6;p=serene-ircd.git CLEANUP: I don't know what __struct_include__ is, but it's not being used anywhere --- diff --git a/include/struct.h b/include/struct.h index ca407f2..4a68fbc 100644 --- a/include/struct.h +++ b/include/struct.h @@ -18,9 +18,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef __struct_include__ -#define __struct_include__ - #include "config.h" /* Get SEEUSERSTATS */ #include "common.h" #include "sys.h" @@ -978,5 +975,3 @@ struct DSlink { char *cp; } value; }; - -#endif /* __struct_include__ */