fix(Hacks): clean code

This commit is contained in:
Ronan Abhamon 2017-10-10 14:29:01 +02:00
parent c04749eaab
commit e1888dc130
2 changed files with 1 additions and 7 deletions

View file

@ -17,10 +17,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <sstream>
#include <belle-sip/headers.h>
#include "hacks.h"
// =============================================================================
@ -29,6 +25,4 @@ using namespace std;
LINPHONE_BEGIN_NAMESPACE
// -----------------------------------------------------------------------------
LINPHONE_END_NAMESPACE

View file

@ -32,9 +32,9 @@ LINPHONE_BEGIN_NAMESPACE
// can be located more easily.
class Hacks {
public:
Hacks () = delete;
private:
Hacks () = default;
L_DISABLE_COPY(Hacks);
};