summaryrefslogtreecommitdiff
path: root/gcr/gcr-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcr/gcr-types.h')
-rw-r--r--gcr/gcr-types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcr/gcr-types.h b/gcr/gcr-types.h
index 095615a..d049cb4 100644
--- a/gcr/gcr-types.h
+++ b/gcr/gcr-types.h
@@ -19,13 +19,13 @@
* Author: Stef Walter <stefw@collabora.co.uk>
*/
-#if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
-#error "Only <gcr/gcr.h> or <gcr/gcr-base.h> can be included directly."
-#endif
-
#ifndef GCRTYPES_H_
#define GCRTYPES_H_
+#if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
+#error "Only <gcr/gcr.h> can be included directly."
+#endif
+
#include <glib.h>
#ifndef GCK_API_SUBJECT_TO_CHANGE