]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/tbf.c
Sorter: Ah, fixed wrong include of time.h.
[libucw.git] / ucw / tbf.c
index 9f8404e18dd96fc41b49d8ad9a2ca39e1b7fac80..b0bcbc16e0bca76a27cce655083bef7b56a52411 100644 (file)
--- a/ucw/tbf.c
+++ b/ucw/tbf.c
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/tbf.h"
+#include <ucw/lib.h>
+#include <ucw/tbf.h>
 
 void
 tbf_init(struct token_bucket_filter *f)