]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fastbuf.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / fastbuf.c
index 3c0481b3a9b93d33708873347a8f3c8bc04e5864..ac6eaea7272b44676ec37d0e55cba1181541d2b6 100644 (file)
@@ -9,11 +9,11 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/respool.h"
-#include "ucw/trans.h"
-#include "ucw/stkstring.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/resource.h>
+#include <ucw/trans.h>
+#include <ucw/stkstring.h>
 
 #include <stdio.h>
 #include <stdlib.h>