fix(object): clean code

This commit is contained in:
Ronan Abhamon 2018-01-08 12:24:45 +01:00
parent d52977ded6
commit 26279799cd
3 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -18,7 +18,6 @@
*/
#include "clonable-object-p.h"
#include "clonable-object.h"
// =============================================================================

View file

@ -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"