From aab45dd4a50560eb4a4d2a5f49d8aad17a0a6a13 Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Mon, 31 Jan 2011 13:03:05 +0100
Subject: [PATCH] Fix another header include guard.

---
 libwccl/ops/actions/unify.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libwccl/ops/actions/unify.h b/libwccl/ops/actions/unify.h
index 68efc1b..0acd890 100644
--- a/libwccl/ops/actions/unify.h
+++ b/libwccl/ops/actions/unify.h
@@ -1,5 +1,5 @@
-#ifndef LIBWCCL_OPS_RELABEL_DELETE_H
-#define LIBWCCL_OPS_RELABEL_DELETE_H
+#ifndef LIBWCCL_OPS_ACTIONS_UNIFY_H
+#define LIBWCCL_OPS_ACTIONS_UNIFY_H
 
 #include <libwccl/ops/action.h>
 #include <libwccl/values/position.h>
@@ -69,4 +69,4 @@ private:
 
 } /* end ns Wccl */
 
-#endif // LIBWCCL_OPS_RELABEL_DELETE_H
+#endif // LIBWCCL_OPS_ACTIONS_UNIFY_H
-- 
GitLab