Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
@@ -34,16 +34,15 @@
|
||||
#define TRANSPORT_SENDER_IMPL_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <climits>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
#include <list>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "src/network/transportsender.h"
|
||||
#include "transportfragment.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
using namespace Network;
|
||||
|
||||
template <class MyState>
|
||||
|
||||
Reference in New Issue
Block a user