mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove dead header
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
7aa1ea37e8
commit
badce54e5e
2 changed files with 0 additions and 27 deletions
|
@ -11,7 +11,6 @@
|
|||
#include <filesystem>
|
||||
#include <villas/kernel/devices/device.hpp>
|
||||
#include <villas/kernel/devices/driver.hpp>
|
||||
#include <villas/kernel/devices/utils.hpp>
|
||||
|
||||
namespace villas {
|
||||
namespace kernel {
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
/* Utils
|
||||
*
|
||||
* Author: Pascal Bauer <pascal.bauer@rwth-aachen.de>
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2023-2024 Pascal Bauer <pascal.bauer@rwth-aachen.de>
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace villas {
|
||||
namespace kernel {
|
||||
namespace devices {
|
||||
namespace utils {
|
||||
|
||||
void write_to_file(std::string data, const std::filesystem::path file);
|
||||
std::vector<std::string> read_names_in_directory(const std::string &name);
|
||||
|
||||
} // namespace utils
|
||||
} // namespace devices
|
||||
} // namespace kernel
|
||||
} // namespace villas
|
Loading…
Add table
Reference in a new issue