From 3c3cf93c7abec017283cf88eb948f2e15c8dab94 Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Mon, 31 Jan 2011 13:00:28 +0100
Subject: [PATCH] Change header include guard to match expectations.

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

diff --git a/libwccl/ops/actions/relabel.h b/libwccl/ops/actions/relabel.h
index 79baa93..5bfd73b 100644
--- a/libwccl/ops/actions/relabel.h
+++ b/libwccl/ops/actions/relabel.h
@@ -1,5 +1,5 @@
-#ifndef LIBWCCL_OPS_RELABEL_DELETE_H
-#define LIBWCCL_OPS_RELABEL_DELETE_H
+#ifndef LIBWCCL_OPS_ACTIONS_RELABEL_H
+#define LIBWCCL_OPS_ACTIONS_RELABEL_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_RELABEL_H
-- 
GitLab