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:
parent
a5b5e317d4
commit
c105f1c925
1 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue