From be1dc9cd671c75b5fadda8698c6fff44b948e9be Mon Sep 17 00:00:00 2001 From: timoxd7 Date: Mon, 7 Nov 2022 14:51:55 +0100 Subject: [PATCH] Removed 'using namespace std;' from header file --- porting/npl/linux/src/wqueue.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/porting/npl/linux/src/wqueue.h b/porting/npl/linux/src/wqueue.h index 1de779e7d..d9a7b6cc4 100644 --- a/porting/npl/linux/src/wqueue.h +++ b/porting/npl/linux/src/wqueue.h @@ -25,8 +25,6 @@ #include #include -using namespace std; - template class wqueue { list m_queue;