diff options
-rw-r--r-- | git2d/x.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,6 +3,9 @@ * SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> */ +#ifndef X_H +#define X_H + #include <err.h> #include <errno.h> #include <git2.h> @@ -19,9 +22,6 @@ #include "bare.h" -#ifndef X_H -#define X_H - typedef struct { int fd; } conn_io_t; |