]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-file.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / fb-file.c
index bfa38a9eae4ad811470bec674d26a53bfb8e5d02..5394730b93fe3d4cadd559dee251b183baeea03c 100644 (file)
@@ -8,9 +8,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/io.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/io.h>
 
 #include <stdio.h>
 #include <string.h>