1
0
Fork 0
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:
Pascal Bauer 2024-10-06 21:59:06 +02:00 committed by Niklas Eiling
parent 7aa1ea37e8
commit badce54e5e
2 changed files with 0 additions and 27 deletions

View file

@ -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 {

View file

@ -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