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

@@ -27,8 +27,8 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <assert.h>
#include <string.h>
#include <cassert>
#include <cstring>
#include <malloc.h>
#include <iostream>