1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

use "#include <villas/...>" path for all includes

This commit is contained in:
Steffen Vogel 2018-06-29 09:06:04 +02:00
parent 951c388f53
commit ffec25bbfd
14 changed files with 38 additions and 38 deletions

View file

@ -26,7 +26,7 @@
#include <curl/curl.h>
#include "crypt.h"
#include <villas/crypt.h>
#ifdef __cplusplus
extern "C"{

View file

@ -23,7 +23,7 @@
#pragma once
#include "common.h"
#include <villas/common.h>
#ifdef __cplusplus

View file

@ -34,8 +34,8 @@
#pragma once
#include "hook_type.h"
#include "common.h"
#include <villas/hook_type.h>
#include <villas/common.h>
#ifdef __cplusplus
extern "C" {

View file

@ -23,9 +23,9 @@
#pragma once
#include "advio.h"
#include "common.h"
#include "node.h"
#include <villas/advio.h>
#include <villas/common.h>
#include <villas/node.h>
#ifdef __cplusplus
extern "C" {

View file

@ -25,9 +25,9 @@
#include <jansson.h>
#include "stats.h"
#include "common.h"
#include "list.h"
#include <villas/stats.h>
#include <villas/common.h>
#include <villas/list.h>
#ifdef __cplusplus
extern "C" {

View file

@ -32,11 +32,11 @@
#include <netinet/in.h>
#include <jansson.h>
#include "node_type.h"
#include "sample.h"
#include "list.h"
#include "queue.h"
#include "common.h"
#include <villas/node_type.h>
#include <villas/sample.h>
#include <villas/list.h>
#include <villas/queue.h>
#include <villas/common.h>
#ifdef __cplusplus
extern "C"{

View file

@ -31,8 +31,8 @@
#include <pthread.h>
#include "node.h"
#include "msg.h"
#include <villas/node.h>
#include <villas/msg.h>
/* Define RTLAB before including OpalPrint.h for messages to be sent
* to the OpalDisplay. Otherwise stdout will be used. */

View file

@ -32,14 +32,14 @@
#include <pthread.h>
#include <jansson.h>
#include "list.h"
#include "queue.h"
#include "pool.h"
#include "bitset.h"
#include "common.h"
#include "hook.h"
#include "mapping.h"
#include "task.h"
#include <villas/list.h>
#include <villas/queue.h>
#include <villas/pool.h>
#include <villas/bitset.h>
#include <villas/common.h>
#include <villas/hook.h>
#include <villas/mapping.h>
#include <villas/task.h>
#ifdef __cplusplus
extern "C" {

View file

@ -28,9 +28,9 @@
#include <stddef.h>
#include <sys/types.h>
#include "queue.h"
#include "common.h"
#include "memory.h"
#include <villas/queue.h>
#include <villas/common.h>
#include <villas/memory.h>
#ifdef __cplusplus
extern "C" {

View file

@ -37,8 +37,8 @@
#include <stdint.h>
#include <unistd.h>
#include "atomic.h"
#include "common.h"
#include <villas/atomic.h>
#include <villas/common.h>
#ifdef __cplusplus
extern "C"{

View file

@ -23,7 +23,7 @@
#pragma once
#include "atomic.h"
#include <villas/atomic.h>
#include <stddef.h>
#include <stdlib.h>

View file

@ -26,7 +26,7 @@
#include <stdint.h>
#include <jansson.h>
#include "hist.h"
#include <villas/hist.h>
#ifdef __cplusplus
extern "C" {

View file

@ -23,11 +23,11 @@
#pragma once
#include "list.h"
#include "api.h"
#include "web.h"
#include "log.h"
#include "common.h"
#include <villas/list.h>
#include <villas/api.h>
#include <villas/web.h>
#include <villas/log.h>
#include <villas/common.h>
#ifdef __cplusplus
extern "C" {

View file

@ -25,7 +25,7 @@
#include <pthread.h>
#include "common.h"
#include <villas/common.h>
#ifdef __cplusplus
extern "C" {