]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/log-conf.c
Opt: tests for OPT_MULTIPLE
[libucw.git] / ucw / log-conf.c
index 7c7f97afe8ce2ed0c15fd393b7cecae75ee43eb4..824d95fcb01df289025f44a19634584531df6214 100644 (file)
@@ -7,13 +7,13 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/log.h"
-#include "ucw/log-internal.h"
-#include "ucw/conf.h"
-#include "ucw/simple-lists.h"
-#include "ucw/tbf.h"
-#include "ucw/threads.h"
+#include <ucw/lib.h>
+#include <ucw/log.h>
+#include <ucw/log-internal.h>
+#include <ucw/conf.h>
+#include <ucw/simple-lists.h>
+#include <ucw/tbf.h>
+#include <ucw/threads.h>
 
 #include <stdio.h>
 #include <string.h>
@@ -342,7 +342,7 @@ log_configured(const char *name)
 #ifdef TEST
 
 #include <unistd.h>
-#include "ucw/getopt.h"
+#include <ucw/getopt.h>
 
 int main(int argc, char **argv)
 {