]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-temp.c
API: Include tbf.h and trie.h
[libucw.git] / ucw / fb-temp.c
index d9a31274ad7bc126ff27841981dc4295702d4446..896870ea11e133033789c59c51096f2eca2b553a 100644 (file)
@@ -8,8 +8,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
 
 #include <stdio.h>
 #include <fcntl.h>
@@ -41,7 +41,7 @@ void bfix_tmp_file(struct fastbuf *fb, const char *name)
 
 #ifdef TEST
 
-#include "ucw/getopt.h"
+#include <ucw/getopt.h>
 
 int main(int argc, char **argv)
 {