mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix(object): clean code
This commit is contained in:
parent
d52977ded6
commit
26279799cd
3 changed files with 1 additions and 5 deletions
|
|
@ -18,12 +18,11 @@
|
|||
*/
|
||||
|
||||
#include "base-object-p.h"
|
||||
#include "base-object.h"
|
||||
|
||||
// Necessary for: L_SIGNAL_CPP_PTR_DESTRUCTION.
|
||||
#include "c-wrapper/internal/c-tools.h"
|
||||
|
||||
#include "base-object.h"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include "clonable-object-p.h"
|
||||
|
||||
#include "clonable-object.h"
|
||||
|
||||
// =============================================================================
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@
|
|||
#ifndef _L_OBJECT_P_H_
|
||||
#define _L_OBJECT_P_H_
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#include "base-object-p.h"
|
||||
#include "object.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue