From 46be51bbc763d02922da18b1b3d7946aba9ab4ea Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 18 Dec 2004 23:27:16 +0000 Subject: * don't build doxygen docs by default git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@70 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- src/daemon.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/daemon.h') diff --git a/src/daemon.h b/src/daemon.h index 405b4f9..eca859c 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -26,11 +26,11 @@ * A header file including all other header files part of libdaemon */ -#include "dfork.h" -#include "dlog.h" -#include "dpid.h" -#include "dsignal.h" -#include "dexec.h" -#include "dnonblock.h" +#include +#include +#include +#include +#include +#include #endif -- cgit