diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-02 13:51:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-02 13:51:53 +0800 |
commit | 120716582df59a07dd7f83a30f99cd6c0cc4d4d6 (patch) | |
tree | 70ff7d80f55eb81ba5bcb16f950dce21146e7597 /shell/Evolution-Component.idl | |
parent | 5c1993b9bace20bec8ff95e69aa3f56588eaa87c (diff) | |
download | gsoc2013-evolution-120716582df59a07dd7f83a30f99cd6c0cc4d4d6.tar.gz gsoc2013-evolution-120716582df59a07dd7f83a30f99cd6c0cc4d4d6.tar.zst gsoc2013-evolution-120716582df59a07dd7f83a30f99cd6c0cc4d4d6.zip |
Fix so these are only ever included once.
2005-06-02 Not Zed <NotZed@Ximian.com>
* Evolution.*.idl: Fix so these are only ever included once.
svn path=/trunk/; revision=29447
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index f200680633..defb138ae9 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -8,6 +8,9 @@ * Copyright (C) 2003 Ximian, Inc. */ +#ifndef _GNOME_EVOLUTION_COMPONENT_IDL +#define _GNOME_EVOLUTION_COMPONENT_IDL + #include <Bonobo.idl> module GNOME { @@ -98,3 +101,5 @@ module Evolution { }; }; + +#endif |