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 WSFSP_OPERATION_CLOSE_INTERN_H
|
||||
#define WSFSP_OPERATION_CLOSE_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_CLOSE_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_CLOSE_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/close.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_GETATTR_INTERN_H
|
||||
#define WSFSP_OPERATION_GETATTR_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_GETATTR_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_GETATTR_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/getattr.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_LOOKUP_INTERN_H
|
||||
#define WSFSP_OPERATION_LOOKUP_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_LOOKUP_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_LOOKUP_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/lookup.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_OPEN_INTERN_H
|
||||
#define WSFSP_OPERATION_OPEN_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_OPEN_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_OPEN_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/open.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_READ_INTERN_H
|
||||
#define WSFSP_OPERATION_READ_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_READ_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_READ_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/read.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_READDIR_INTERN_H
|
||||
#define WSFSP_OPERATION_READDIR_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_READDIR_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_READDIR_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/readdir.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
Reference in New Issue
Block a user