Use C++-style headers where available

This commit is contained in:
Arnout Engelen
2013-05-12 12:34:29 +00:00
parent 78bcecd109
commit 31b254e719
10 changed files with 21 additions and 22 deletions

View File

@@ -24,8 +24,8 @@
#include <string>
#include <pwd.h>
#include <sys/types.h>
#include <stdlib.h>
#include <errno.h>
#include <cstdlib>
#include <cerrno>
#include <cstdlib>
#include <algorithm>