]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/log-file.c
Fastbuf: Rewritten bprintf()
[libucw.git] / ucw / log-file.c
index 231344bd4ef77a713da534e9376603333447e46d..b00f5b3a054304bc951bdd1cd8f55b5710ffc5d9 100644 (file)
@@ -8,12 +8,12 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/log.h"
-#include "ucw/log-internal.h"
-#include "ucw/io.h"
-#include "ucw/threads.h"
-#include "ucw/simple-lists.h"
+#include <ucw/lib.h>
+#include <ucw/log.h>
+#include <ucw/log-internal.h>
+#include <ucw/io.h>
+#include <ucw/threads.h>
+#include <ucw/simple-lists.h>
 
 #include <stdio.h>
 #include <string.h>