Add guard to prevent individual headers from being included directly.

This commit is contained in:
Daiki Ueno
2011-04-28 13:03:21 +09:00
parent 66cea3a0b5
commit 4b409de5ba
22 changed files with 95 additions and 7 deletions

View File

@ -20,6 +20,8 @@
#ifndef EEK_H
#define EEK_H 1
#define __EEK_H_INSIDE__ 1
#include "eek-keyboard.h"
#include "eek-section.h"
#include "eek-key.h"