]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/log-syslog.c
Time: Timing functions separated out to <ucw/time.h>
[libucw.git] / ucw / log-syslog.c
index e3bbd6b5904273acf8341df15f7019ef3a16c634..ee8b9e8353d8fbe09599a3954085ab80ee1063ab 100644 (file)
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/log.h"
+#include <ucw/lib.h>
+#include <ucw/log.h>
 
 #include <string.h>
 #include <syslog.h>