summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-03-25 11:50:35 +0100
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-03-25 11:50:35 +0100
commit30da4c65b62b5642f3f603b883e695ce2df2e50b (patch)
treec5c15dbe5ac35578aea922ccd5f7d07c9bc00f47 /include
parentdc8e71461eb6c1c72dbfd38261a1616c053e7bbd (diff)
downloadouroboros-30da4c65b62b5642f3f603b883e695ce2df2e50b.tar.gz
ouroboros-30da4c65b62b5642f3f603b883e695ce2df2e50b.zip
lib/ipcpd: fixed logging mistake
logs should be included in source, not in header
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/shm_du_map.h3
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;