From 30da4c65b62b5642f3f603b883e695ce2df2e50b Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 25 Mar 2016 11:50:35 +0100 Subject: lib/ipcpd: fixed logging mistake logs should be included in source, not in header --- include/ouroboros/shm_du_map.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3