From bc3acca7eed4f90a33f43b624b4a49d09a75160e Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@src.gnome.org>
Date: Sat, 12 Apr 2008 15:22:57 +0000
Subject: Add epiphany.h. Only allow including epiphany.h; all other headers
 are private

svn path=/trunk/; revision=8211
---
 lib/ephy-print-utils.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'lib/ephy-print-utils.h')

diff --git a/lib/ephy-print-utils.h b/lib/ephy-print-utils.h
index 551a0a968..2e21268f1 100644
--- a/lib/ephy-print-utils.h
+++ b/lib/ephy-print-utils.h
@@ -18,6 +18,10 @@
  *  $Id$
  */
 
+#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION)
+#error "Only <epiphany/epiphany.h> can be included directly."
+#endif
+
 #ifndef EPHY_PRINT_UTILS_H
 #define EPHY_PRINT_UTILS_H
 
-- 
cgit