]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: protect checks.h from multiple inclusions
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 14 Jun 2013 13:28:25 +0000 (15:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Jun 2013 17:53:02 +0000 (19:53 +0200)
commit7eeb43549481fde6bbe096de9f4964a562551d6f
tree0fed13a428d3fb721a1bb738382805746484ea09
parentd3879e8b574b47119918cb1124938734bd44209c
CLEANUP: protect checks.h from multiple inclusions

The types/checks.h include file isn't protected against multiple inclusions,
so let's surround it with "#ifndef _TYPES_CHECKS_H/#endif" to fix this.
include/types/checks.h