1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 19:13:12 +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
+1 -1
View File
@@ -6,8 +6,8 @@
*/
#include "webcpanel.h"
#include <cerrno>
#include <fstream>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>