summaryrefslogtreecommitdiff
path: root/gabble/error.h
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-03 06:27:09 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-03 15:22:10 -0300
commitde11d04a0384481d5949b035ce64e519ea2e7483 (patch)
treef4075791889479a7f4644ad27d6ac738083aa8d7 /gabble/error.h
parentbfe56f166fee68b2dc1c48c9f226beeffc4f773a (diff)
downloadtelepathy-gabble-de11d04a0384481d5949b035ce64e519ea2e7483.tar.gz
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/error.h')
-rw-r--r--gabble/error.h4
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>