mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
the <memory> include is implied by common.h (via smart_pointers.h)
This commit is contained in:
parent
85605f6568
commit
54de6b745f
@ -16,7 +16,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
|
||||
#include "common/common.h"
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <algorithm>
|
||||
#include <deque>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
|
||||
#include "common/byte_buffer.h"
|
||||
#include "common/error.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "common/common.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
#include "common/endian.h"
|
||||
#include "common/error.h"
|
||||
|
Loading…
Reference in New Issue
Block a user