update: log lib head file path

This commit is contained in:
dreamsourcelabTAI 2022-07-13 14:30:34 +08:00
parent 19cf70a18f
commit 19c940fc35
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
#ifndef _DSV_LOG_H_
#define _DSV_LOG_H_
#include <common/log/xlog.h>
#include <log/xlog.h>
extern xlog_writer *dsv_log;

View File

@ -22,7 +22,7 @@
#ifndef _SR_LOG_H_
#define _SR_LOG_H_
#include <common/log/xlog.h>
#include <log/xlog.h>
#include "libsigrok.h"
extern xlog_writer *sr_log;

View File

@ -20,7 +20,7 @@
#ifndef LIBSIGROK_SIGROK_PROTO_H
#define LIBSIGROK_SIGROK_PROTO_H
#include <common/log/xlog.h>
#include <log/xlog.h>
/**
* @file

View File

@ -24,7 +24,7 @@
#include <stdint.h>
#include <glib.h>
#include <common/log/xlog.h>
#include <log/xlog.h>
#define DECODE_NUM_HEX_MAX_LEN 35

View File

@ -22,7 +22,7 @@
#ifndef _SRD_LOG_H_
#define _SRD_LOG_H_
#include <common/log/xlog.h>
#include <log/xlog.h>
#include "libsigrokdecode.h"
extern xlog_writer *srd_log;