diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-27 15:27:30 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-28 10:18:39 +0900 |
commit | 0ed0d796117352a9c497deda51b55e50a3c7c5ec (patch) | |
tree | b737dc81aaf44aef6032131595d655987ad0cbe9 /src/lib/evas/Evas_Legacy.h | |
parent | 2e7479f8dbdbf10478bdf29064e699b3532249b4 (diff) |
evas: prevent people from including header directly.
Diffstat (limited to 'src/lib/evas/Evas_Legacy.h')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index f359b0218b..c86cc774ca 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef _EVAS_H | ||
2 | # error You shall not include this header directly | ||
3 | #endif | ||
1 | 4 | ||
2 | /** | 5 | /** |
3 | * @ingroup Evas_Canvas | 6 | * @ingroup Evas_Canvas |