minor refactor

This commit is contained in:
MihailRis
2024-04-23 16:45:29 +03:00
parent 3ddde7f7d3
commit 67f34ceb8c
25 changed files with 66 additions and 66 deletions
@@ -1,5 +1,5 @@
#ifndef UTIL_BUFFER_POOL_H_
#define UTIL_BUFFER_POOL_H_
#ifndef UTIL_BUFFER_POOL_HPP_
#define UTIL_BUFFER_POOL_HPP_
#include "../typedefs.h"
@@ -39,4 +39,4 @@ namespace util {
};
}
#endif // UTIL_BUFFER_POOL_H_
#endif // UTIL_BUFFER_POOL_HPP_
@@ -1,5 +1,5 @@
#ifndef UTIL_THREAD_POOL_H_
#define UTIL_THREAD_POOL_H_
#ifndef UTIL_THREAD_POOL_HPP_
#define UTIL_THREAD_POOL_HPP_
#include <queue>
#include <atomic>
@@ -247,4 +247,4 @@ public:
} // namespace util
#endif // UTIL_THREAD_POOL_H_
#endif // UTIL_THREAD_POOL_HPP_