Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SOCKETPOLLERIMPL_HPP
|
||||
#define NAZARA_SOCKETPOLLERIMPL_HPP
|
||||
#ifndef NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP
|
||||
#define NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP
|
||||
|
||||
#include <Nazara/Network/SocketHandle.hpp>
|
||||
#include <Nazara/Network/Posix/SocketImpl.hpp>
|
||||
@@ -40,4 +40,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_SOCKETPOLLERIMPL_HPP
|
||||
#endif // NAZARA_NETWORK_POSIX_SOCKETPOLLERIMPL_HPP
|
||||
|
||||
Reference in New Issue
Block a user