From 620089c784f6e3c3dc9ee605a5f8ce08de593aa2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 11 Jan 2013 08:40:07 -0500 Subject: Add single-include barriers to a few e-util headers. --- e-util/e-alert.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'e-util/e-alert.h') diff --git a/e-util/e-alert.h b/e-util/e-alert.h index 4cba32135d..5282442c1d 100644 --- a/e-util/e-alert.h +++ b/e-util/e-alert.h @@ -22,6 +22,10 @@ * */ +#if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION) +#error "Only should be included directly." +#endif + #ifndef E_ALERT_H #define E_ALERT_H -- cgit