mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
|
||||
#include <net/eth.hpp>
|
||||
#include <net/nc.hpp>
|
||||
#include <vector.hpp>
|
||||
#include <types.h>
|
||||
#include <vector>
|
||||
|
||||
namespace NetworkARP
|
||||
{
|
||||
|
@ -19,11 +19,11 @@
|
||||
#define __FENNIX_KERNEL_NETWORK_CONTROLLER_H__
|
||||
|
||||
#include <net/net.hpp>
|
||||
#include <vector.hpp>
|
||||
#include <memory.hpp>
|
||||
#include <task.hpp>
|
||||
#include <types.h>
|
||||
#include <debug.h>
|
||||
#include <vector>
|
||||
|
||||
namespace NetworkInterfaceManager
|
||||
{
|
||||
|
Reference in New Issue
Block a user