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

lib/ip: remove unused includes and replace pragma by include guard

This commit is contained in:
daniel-k 2017-12-21 21:16:58 +01:00
parent a5b5e317d4
commit c105f1c925

View file

@ -28,18 +28,10 @@
* @{
*/
#pragma once
#include <stdint.h>
#include <stdlib.h>
#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 <map>
@ -161,3 +153,5 @@ private:
} // namespace ip
} // namespace fpga
} // namespace villas
#endif // VILLAS_IP_HPP