From ccb1c33d02b17d72036ed3cfccf565a969774aad Mon Sep 17 00:00:00 2001 From: Boris Barbulovski Date: Tue, 11 Feb 2014 19:14:46 +0100 Subject: Put include guard to every header * ensure include guard to every header * comment endif guard block Signed-off-by: Boris Barbulovski Signed-off-by: Dirk Hohndel --- flag.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flag.h') diff --git a/flag.h b/flag.h index d3bd59455..6cadcecba 100644 --- a/flag.h +++ b/flag.h @@ -1,4 +1,6 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ +#ifndef FLAG_H +#define FLAG_H static const GdkPixdata flag_pixbuf = { 0x47646b50, /* Pixbuf magic: 'GdkP' */ @@ -73,4 +75,4 @@ static const GdkPixdata flag_pixbuf = { "53>t44;'\226\377\377\377\0", }; - +#endif // FLAG_H -- cgit v1.2.3-70-g09d2