refactor: use <cstdlib> over stdlib.h

We currently use both. Consolidate on the former.
This commit is contained in:
fanquake
2022-09-23 10:48:47 +01:00
parent 100949af0e
commit a63d4cb26a
22 changed files with 23 additions and 24 deletions

View File

@@ -4,8 +4,8 @@
#include <event2/event.h>
#include <cstdlib>
#include <map>
#include <stdlib.h>
#include <support/events.h>