From 8b45a8bcac39be1350b46b9be8c72d3b73099d73 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Aug 2018 14:25:20 +0200 Subject: [PATCH] fix include paths --- fpga/lib/ips/dft.c | 6 +++--- fpga/lib/ips/model.c | 8 ++++---- fpga/lib/ips/rtds2gpu/gpu2rtds.cpp | 3 +-- fpga/lib/ips/rtds2gpu/rtds2gpu.cpp | 3 +-- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/fpga/lib/ips/dft.c b/fpga/lib/ips/dft.c index d3b36182a..9b33d2fd5 100644 --- a/fpga/lib/ips/dft.c +++ b/fpga/lib/ips/dft.c @@ -20,9 +20,9 @@ * along with this program. If not, see . *********************************************************************************/ -#include "log.h" -#include "log_config.h" -#include "plugin.h" +#include +#include +#include #include #include diff --git a/fpga/lib/ips/model.c b/fpga/lib/ips/model.c index b5fdf2ba1..dfc2b1e9b 100644 --- a/fpga/lib/ips/model.c +++ b/fpga/lib/ips/model.c @@ -25,10 +25,10 @@ #include #include -#include "utils.h" -#include "log.h" -#include "log_config.h" -#include "plugin.h" +#include +#include +#include +#include #include #include diff --git a/fpga/lib/ips/rtds2gpu/gpu2rtds.cpp b/fpga/lib/ips/rtds2gpu/gpu2rtds.cpp index 563d9da63..cb3041995 100644 --- a/fpga/lib/ips/rtds2gpu/gpu2rtds.cpp +++ b/fpga/lib/ips/rtds2gpu/gpu2rtds.cpp @@ -1,11 +1,10 @@ #include #include +#include #include #include -#include "log.hpp" - namespace villas { namespace fpga { namespace ip { diff --git a/fpga/lib/ips/rtds2gpu/rtds2gpu.cpp b/fpga/lib/ips/rtds2gpu/rtds2gpu.cpp index e89574efa..720fab21b 100644 --- a/fpga/lib/ips/rtds2gpu/rtds2gpu.cpp +++ b/fpga/lib/ips/rtds2gpu/rtds2gpu.cpp @@ -1,11 +1,10 @@ #include #include +#include #include #include -#include "log.hpp" - namespace villas { namespace fpga { namespace ip {