]> git.tuebingen.mpg.de Git - dss.git/blobdiff - daemon.c
Rename source files which also exist as system headers.
[dss.git] / daemon.c
index 17a171e07c1f4865295c8ef3678c414fdfe4616f..2ea64ec29a001a5cd518f0320752e1d3636d8977 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -19,9 +19,9 @@
 #include <stdio.h>
 
 #include "gcc-compat.h"
-#include "error.h"
+#include "err.h"
 #include "log.h"
-#include "string.h"
+#include "str.h"
 
 /**
  * Do the usual stuff to become a daemon.