From 8c2e27fc064939ae8a94ed5351494a354aeef256 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Tue, 2 Aug 2016 16:09:12 +0200
Subject: [PATCH] and rename header guard accordingly

---
 alib2common/src/core/components.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alib2common/src/core/components.hpp b/alib2common/src/core/components.hpp
index 27376408dc..e3bd8fa86a 100644
--- a/alib2common/src/core/components.hpp
+++ b/alib2common/src/core/components.hpp
@@ -5,8 +5,8 @@
  *      Author: Jan Travnicek
  */
 
-#ifndef COMPONENTS2_HPP_
-#define COMPONENTS2_HPP_
+#ifndef COMPONENTS_HPP_
+#define COMPONENTS_HPP_
 
 #include <set>
 #include <algorithm>
-- 
GitLab