diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/shm_du_map.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ouroboros/shm_du_map.h b/include/ouroboros/shm_du_map.h index 05c49c2d..68492a91 100644 --- a/include/ouroboros/shm_du_map.h +++ b/include/ouroboros/shm_du_map.h @@ -28,8 +28,6 @@ #define _POSIX_C_SOURCE 199506L #endif -#define OUROBOROS_PREFIX "shm_du_map" - #ifndef SHM_DU_BUFF_BLOCK_SIZE #define SHM_DU_BUFF_BLOCK_SIZE sysconf(_SC_PAGESIZE) #endif @@ -43,7 +41,6 @@ #endif #include "common.h" -#include "logs.h" struct shm_du_buff; struct shm_du_map; |