diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-06-03 06:27:09 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-06-03 15:22:10 -0300 |
commit | de11d04a0384481d5949b035ce64e519ea2e7483 (patch) | |
tree | f4075791889479a7f4644ad27d6ac738083aa8d7 /gabble | |
parent | bfe56f166fee68b2dc1c48c9f226beeffc4f773a (diff) |
plugin API: Let error.h be included directly if wanted.
There is no point in now allowing error.h to be included directly.
Diffstat (limited to 'gabble')
-rw-r--r-- | gabble/error.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gabble/error.h b/gabble/error.h index 035fdc469..e751768eb 100644 --- a/gabble/error.h +++ b/gabble/error.h @@ -20,10 +20,6 @@ #ifndef __GABBLE_PLUGINS_ERROR_H__ #define __GABBLE_PLUGINS_ERROR_H__ -#ifndef IN_GABBLE_PLUGINS_GABBLE_H -#error Use #include <gabble/gabble.h> instead of <gabble/error.h> -#endif - #include <glib.h> #include <wocky/wocky-xmpp-error.h> |