projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956f2b9
)
CLEANUP: I don't know what __struct_include__ is, but it's not being used anywhere
author
Remco Rijnders
<remco@webconquest.com>
Tue, 8 Sep 2015 13:04:36 +0000
(15:04 +0200)
committer
Remco Rijnders
<remco@webconquest.com>
Tue, 8 Sep 2015 13:04:36 +0000
(15:04 +0200)
include/struct.h
patch
|
blob
|
history
diff --git
a/include/struct.h
b/include/struct.h
index ca407f24ea2ed8a5210b6319a42f018ed030c487..4a68fbc315c058e32d1da4052e47f3381383c299 100644
(file)
--- 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__ */