]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/log-stream.c
Opt: OPT_MULTIPLE implemented, no tests yet but seems working
[libucw.git] / ucw / log-stream.c
index 2cc9f7a05bfa835dae8cdab41f0a76d86a8a4f6d..5dbd71ff1c5bf63b3a090dc0d6693700eb9b4244 100644 (file)
@@ -8,10 +8,10 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/log.h"
-#include "ucw/log-internal.h"
-#include "ucw/simple-lists.h"
+#include <ucw/lib.h>
+#include <ucw/log.h>
+#include <ucw/log-internal.h>
+#include <ucw/simple-lists.h>
 
 #include <string.h>