Skip to content

Commit 3df5704

Browse files
committed
Fix includes in parented_ptr.h
1 parent 8825b22 commit 3df5704

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/util/parented_ptr.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
#pragma once
22

3-
#ifdef MIXXX_DEBUG_ASSERTIONS_ENABLED
43
#include <QObject>
5-
#endif
64
#include <QPointer>
75
#include <memory>
86

97
#include "util/assert.h"
10-
#include "util/parented_ptr.h"
118

129
// Use this wrapper class to clearly represent a raw pointer that is owned by the QT object tree.
1310
// Objects which both derive from QObject AND have a parent object, have their lifetime governed by

0 commit comments

Comments
 (0)