]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/resource.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / resource.c
index c4bed3ad449b46dcecc7a001ceff59bdc8d1f61d..3fd163ae5c5836b5fd1a0be669d23cc5a236d1f9 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/resource.h"
-#include "ucw/mempool.h"
+#include <ucw/lib.h>
+#include <ucw/resource.h>
+#include <ucw/mempool.h>
 
 #include <stdio.h>
 
@@ -149,7 +149,7 @@ res_dump(struct resource *r, uns indent)
 
 #ifdef TEST
 
-#include "ucw/fastbuf.h"
+#include <ucw/fastbuf.h>
 
 int main(void)
 {