1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

updated webfuse to 0.4.0

This commit is contained in:
Falk Werner
2020-07-05 11:19:00 +02:00
parent 6ac93184df
commit 3dbf7c4561
12 changed files with 19 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
#define WFD_MOCK_CREDENTIALS_HPP
#include <gmock/gmock.h>
#include "webfuse/adapter/credentials.h"
#include "webfuse/credentials.h"
namespace webfused_test
{

View File

@@ -1,7 +1,7 @@
#ifndef WFD_MOCK_SERVER_HPP
#define WFD_MOCK_SERVER_HPP
#include <webfuse/adapter/server.h>
#include <webfuse/server.h>
#include <gmock/gmock.h>
namespace webfused_test

View File

@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include "webfused/mountpoint_factory.h"
#include <webfuse/adapter/mountpoint.h>
#include <webfuse/mountpoint.h>
#include <cstring>