summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2016-12-05 22:10:59 +0200
committerVladimir Kobal <vlad@prokk.net>2016-12-05 22:10:59 +0200
commit331ae4c0caccff0df4abac224de94c969b6f35cd (patch)
treeb135e7353fe3765ca687db11bb9fc294c347ea83 /src/common.h
parent2ebb9ab48f89c573ce4e051c42ef08c4200f686c (diff)
Minor cleanups and plugin structure changes
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index b1b984479f..a6f185bc0d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -54,11 +54,9 @@
#include <signal.h>
#include <syslog.h>
#include <sys/mman.h>
-
#ifndef __FreeBSD__
#include <sys/prctl.h>
#endif /* __FreeBSD__ */
-
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/stat.h>