CLEANUP: I don't know what __struct_include__ is, but it's not being used anywhere
authorRemco Rijnders <remco@webconquest.com>
Tue, 8 Sep 2015 13:04:36 +0000 (15:04 +0200)
committerRemco Rijnders <remco@webconquest.com>
Tue, 8 Sep 2015 13:04:36 +0000 (15:04 +0200)
include/struct.h

index ca407f24ea2ed8a5210b6319a42f018ed030c487..4a68fbc315c058e32d1da4052e47f3381383c299 100644 (file)
@@ -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__ */