From 7be3f4ec22e7896e67d8a71182bd0575111d07e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Thu, 27 Oct 2016 08:36:46 +0200
Subject: [PATCH] remove one include

---
 src/hardware_base.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/hardware_base.h b/src/hardware_base.h
index 50b960c40..9d60cdd10 100644
--- a/src/hardware_base.h
+++ b/src/hardware_base.h
@@ -31,8 +31,6 @@ class HardwareBase : public NodeBase, public std::enable_shared_from_this<Hardwa
 
 // IMPLEMENTATION
 
-#include "sensor_base.h"
-
 namespace wolf {
 
 inline SensorBaseList& HardwareBase::getSensorList()
-- 
GitLab