| Index: include/AdblockPlus/LogSystem.h |
| diff --git a/include/AdblockPlus/LogSystem.h b/include/AdblockPlus/LogSystem.h |
| index 47f7acaeaa9fca2d09f2e9ff878241a62bab818c..f56bb8430a61881c81f53db93bd5a004fa143bfc 100644 |
| --- a/include/AdblockPlus/LogSystem.h |
| +++ b/include/AdblockPlus/LogSystem.h |
| @@ -19,8 +19,7 @@ |
| #define ADBLOCK_PLUS_LOG_SYSTEM_H |
| #include <string> |
| - |
| -#include "tr1_memory.h" |
| +#include <memory> |
| namespace AdblockPlus |
| { |
| @@ -51,7 +50,7 @@ namespace AdblockPlus |
| /** |
| * Shared smart pointer to a `LogSystem` instance. |
| */ |
| - typedef std::tr1::shared_ptr<LogSystem> LogSystemPtr; |
| + typedef std::shared_ptr<LogSystem> LogSystemPtr; |
| } |
| #endif |