OSDN Git Service

remove redundant errno header inclusions
authorIvailo Monev <xakepa10@gmail.com>
Sat, 13 Feb 2021 00:44:28 +0000 (02:44 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 13 Feb 2021 00:44:28 +0000 (02:44 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/test/qtestcase.cpp
tests/benchmarks/core/thread/qmutex/tst_qmutex.cpp

index 8bb9b74..c671aa6 100644 (file)
@@ -44,7 +44,6 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <errno.h>
 #include <signal.h>
 #include <time.h>
 
index 2d1706a..bc9d43a 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <math.h>
 #include <pthread.h>
-#include <errno.h>
 
 typedef pthread_mutex_t NativeMutexType;
 void NativeMutexInitialize(NativeMutexType *mutex)