Replace TR1 headers with standard headers

Now that the C++11 standard is the default one, we can remove the TR1
headers and classes.
This commit is contained in:
Markus Mäkelä
2018-07-06 10:08:46 +03:00
parent 28ceb1bad8
commit 77a1417479
45 changed files with 100 additions and 112 deletions

View File

@ -13,7 +13,7 @@
*/
#include <maxscale/cppdefs.hh>
#include <tr1/memory>
#include <memory>
#include <maxscale/thread.h>
#include <maxscale/future.hh>