summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-17 08:49:50 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-17 08:49:50 +0000
commit8a35a53794cdfc52e61ac02553b2733747d33bf4 (patch)
tree545011d9d083caff75ce355851823eaa047cd979 /libappstream-glib/as-node.h
parent5a5cf550157d680dbd4e43cf2fd8bef4a5ee5631 (diff)
downloadappstream-glib-8a35a53794cdfc52e61ac02553b2733747d33bf4.tar.gz
trivial: Add the single inclusion header guards in as-node.h
Diffstat (limited to 'libappstream-glib/as-node.h')
-rw-r--r--libappstream-glib/as-node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libappstream-glib/as-node.h b/libappstream-glib/as-node.h
index 9089e18..ed2d944 100644
--- a/libappstream-glib/as-node.h
+++ b/libappstream-glib/as-node.h
@@ -19,9 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-//#if !defined (__APPSTREAM_GLIB_H) && !defined (AS_COMPILATION)
-//#error "Only <appstream-glib.h> can be included directly."
-//#endif
+#if !defined (__APPSTREAM_GLIB_H) && !defined (AS_COMPILATION)
+#error "Only <appstream-glib.h> can be included directly."
+#endif
#ifndef __AS_NODE_H
#define __AS_NODE_H