]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-atomic.c
Time: Timing functions separated out to <ucw/time.h>
[libucw.git] / ucw / fb-atomic.c
index 8cee3087f96ae63644271a181b132f7da4152963..3057f5019cf99c93c0c944b71478263ecebc24d1 100644 (file)
@@ -7,11 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/io.h"
-#include "ucw/conf.h"
-#include "ucw/trans.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/io.h>
+#include <ucw/conf.h>
+#include <ucw/trans.h>
 
 #include <string.h>
 #include <fcntl.h>