diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-12 04:05:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-12 04:05:25 +0800 |
commit | 4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54 (patch) | |
tree | 5d2722ce42f0b1942c81a831620f307b0a2051bb /src/ephy-link-action.h | |
parent | 0f850ad05322a65ac6e845543d370ecbe6a0d46c (diff) | |
download | gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar.gz gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar.bz2 gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar.lz gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar.xz gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.tar.zst gsoc2013-epiphany-4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54.zip |
Add epiphany.h. Only allow including epiphany/epiphany.h; all other
Add epiphany.h.
Only allow including epiphany/epiphany.h; all other headers are internal.
svn path=/trunk/; revision=8210
Diffstat (limited to 'src/ephy-link-action.h')
-rw-r--r-- | src/ephy-link-action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-link-action.h b/src/ephy-link-action.h index 1aa6d2224..9e55fc0fb 100644 --- a/src/ephy-link-action.h +++ b/src/ephy-link-action.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_LINK_ACTION_H #define EPHY_LINK_ACTION_H |