mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code-style in include list
This commit is contained in:
parent
a6bd73861b
commit
6c58d6ee2b
2 changed files with 5 additions and 1 deletions
|
@ -25,10 +25,12 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <unistd.h>
|
||||
#include <jansson.h>
|
||||
|
||||
#include <functional>
|
||||
#include <regex>
|
||||
#include <filesystem>
|
||||
#include <jansson.h>
|
||||
|
||||
#include <villas/node/config.h>
|
||||
#include <villas/log.hpp>
|
||||
|
||||
|
|
|
@ -23,11 +23,13 @@
|
|||
|
||||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <filesystem>
|
||||
|
||||
#include <villas/utils.hpp>
|
||||
#include <villas/log.hpp>
|
||||
#include <villas/config.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue