diff options
Diffstat (limited to 'agent/tcf/main/main_log.c')
-rw-r--r-- | agent/tcf/main/main_log.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/agent/tcf/main/main_log.c b/agent/tcf/main/main_log.c index 99959e39..bae860fe 100644 --- a/agent/tcf/main/main_log.c +++ b/agent/tcf/main/main_log.c @@ -22,21 +22,21 @@ * It can be used as diagnostic and debugging tool. */ -#include <config.h> +#include <tcf/config.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <assert.h> -#include <framework/asyncreq.h> -#include <framework/events.h> -#include <framework/trace.h> -#include <framework/myalloc.h> -#include <framework/channel.h> -#include <framework/protocol.h> -#include <framework/proxy.h> -#include <framework/errors.h> -#include <services/discovery.h> +#include <tcf/framework/asyncreq.h> +#include <tcf/framework/events.h> +#include <tcf/framework/trace.h> +#include <tcf/framework/myalloc.h> +#include <tcf/framework/channel.h> +#include <tcf/framework/protocol.h> +#include <tcf/framework/proxy.h> +#include <tcf/framework/errors.h> +#include <tcf/services/discovery.h> static const char * progname; static const char * dest_url = "TCP::1534"; |