mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
adjusted include guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_TIME_TIMEOUT_MANAGER_H
|
||||
#define WSFS_TIME_TIMEOUT_MANAGER_H
|
||||
#ifndef WSFS_ADAPTER_TIME_TIMEOUT_MANAGER_H
|
||||
#define WSFS_ADAPTER_TIME_TIMEOUT_MANAGER_H
|
||||
|
||||
struct wsfs_timer;
|
||||
struct wsfs_timeout_manager
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_TIME_TIMEOUT_MANAGER_INTERN_H
|
||||
#define WSFS_TIME_TIMEOUT_MANAGER_INTERN_H
|
||||
#ifndef WSFS_ADAPTER_TIME_TIMEOUT_MANAGER_INTERN_H
|
||||
#define WSFS_ADAPTER_TIME_TIMEOUT_MANAGER_INTERN_H
|
||||
|
||||
#include "wsfs/adapter/time/timeout_manager.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_TIME_TIMEPOINT_H
|
||||
#define WSFS_TIME_TIMEPOINT_H
|
||||
#ifndef WSFS_ADAPTER_TIME_TIMEPOINT_H
|
||||
#define WSFS_ADAPTER_TIME_TIMEPOINT_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_TIMER_H
|
||||
#define WSFS_TIMER_H
|
||||
#ifndef WSFS_ADAPTER_TIME_TIMER_H
|
||||
#define WSFS_ADAPTER_TIME_TIMER_H
|
||||
|
||||
#include "wsfs/adapter/time/timepoint.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_TIME_TIMER_INTERN_H
|
||||
#define WSFS_TIME_TIMER_INTERN_H
|
||||
#ifndef WSFS_ADAPTER_TIME_TIMER_INTERN_H
|
||||
#define WSFS_ADAPTER_TIME_TIMER_INTERN_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user