diff --git a/fpga/include/villas/fpga/ip.hpp b/fpga/include/villas/fpga/ip.hpp index 0929bd3b8..0e0001a34 100644 --- a/fpga/include/villas/fpga/ip.hpp +++ b/fpga/include/villas/fpga/ip.hpp @@ -28,18 +28,10 @@ * @{ */ -#pragma once - -#include -#include - -#include "common.h" - -#include "log.h" -#include "utils.h" +#ifndef VILLAS_IP_HPP +#define VILLAS_IP_HPP #include "fpga/vlnv.hpp" - #include "plugin.hpp" #include @@ -161,3 +153,5 @@ private: } // namespace ip } // namespace fpga } // namespace villas + +#endif // VILLAS_IP_HPP