1
0
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:
Sadie Powell
2022-01-04 12:36:35 +00:00
parent 106750db77
commit ec7dfb3675
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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>