mirror of
https://github.com/anope/anope.git
synced 2026-06-27 21:26:37 +02:00
Use C++11 header names instead of their deprecated equivalents.
This commit is contained in:
+2
-2
@@ -19,9 +19,9 @@
|
||||
#include "regexpr.h"
|
||||
#include "sockets.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <cerrno>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#ifndef _WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
|
||||
Reference in New Issue
Block a user