From dc4976f7f695c3134d64548b7947b44f58ec4454 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Thu, 28 Nov 2019 11:53:21 +0000 Subject: [PATCH] fixed header guard of threads file --- lib/include/srslte/common/threads.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/include/srslte/common/threads.h b/lib/include/srslte/common/threads.h index e47e9c070..b171cbfd2 100644 --- a/lib/include/srslte/common/threads.h +++ b/lib/include/srslte/common/threads.h @@ -19,6 +19,9 @@ * */ +#ifndef SRSLTE_THREADS_H +#define SRSLTE_THREADS_H + #include #include #include @@ -43,9 +46,6 @@ #include -#ifndef SRSLTE_THREADS_H -#define SRSLTE_THREADS_H - class thread { public: @@ -167,8 +167,6 @@ private: } }; - +#endif // __cplusplus #endif // SRSLTE_THREADS_H - -#endif // __cplusplus \ No newline at end of file