summaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-06 21:54:04 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-06 21:54:04 +0900
commit4f0669f8f86acb09f10ffb5af273f86d8d6ddd34 (patch)
tree65d5d0adfd90e31b77474993addeb065edfeb75c /src/path.h
parent76892a69f95f7dcf47050800385bc610f8ccf5f3 (diff)
refactor error message-related functions
split message print fuctions (mpr_*), strerrno, and mscp_get/set_error into print.c/h and strerrno.c/h. ToDo: revise usages of priv_set_errv and pr_* functions.
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index 77f7086..d566947 100644
--- a/src/path.h
+++ b/src/path.h
@@ -10,7 +10,6 @@
#include <list.h>
#include <atomic.h>
#include <ssh.h>
-#include <message.h>
struct path {
struct list_head list; /* mscp->path_list */