From ca0c42bab65f2696a304ea6935fda13a902e1c6e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 16 May 2019 20:24:09 +0200 Subject: [PATCH] internal: fixed evil using namespace std in FusedFunctorDataSource.hpp Probably a leftover from debugging e7ede9f. Signed-off-by: Johannes Meyer --- rtt/internal/FusedFunctorDataSource.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtt/internal/FusedFunctorDataSource.hpp b/rtt/internal/FusedFunctorDataSource.hpp index bd001e111..3b385abff 100644 --- a/rtt/internal/FusedFunctorDataSource.hpp +++ b/rtt/internal/FusedFunctorDataSource.hpp @@ -55,9 +55,6 @@ #include #include -#include -using namespace std; - namespace RTT { namespace internal