X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flog-conf.c;h=824d95fcb01df289025f44a19634584531df6214;hb=46a15649d1e544dce95f76424a4870d69caa955c;hp=7c7f97afe8ce2ed0c15fd393b7cecae75ee43eb4;hpb=c468d0e1622909c2fa58c29bb149859752e9ba68;p=libucw.git diff --git a/ucw/log-conf.c b/ucw/log-conf.c index 7c7f97af..824d95fc 100644 --- a/ucw/log-conf.c +++ b/ucw/log-conf.c @@ -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 +#include +#include +#include +#include +#include +#include #include #include @@ -342,7 +342,7 @@ log_configured(const char *name) #ifdef TEST #include -#include "ucw/getopt.h" +#include int main(int argc, char **argv) {