Skip to content

Commit a7d6aa5

Browse files
committed
Fixed indirect-dependency of mbed-client-classic through Socket.h
Before: m2mconnectionhandlerpimpl.cpp -> Socket.h -> mbed.h Now: m2mconnectionhandlerpimpl.cpp -> mbed.h
1 parent 75a57ad commit a7d6aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/FEATURE_CLIENT/mbed-client-classic/source/m2mconnectionhandlerpimpl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "eventOS_scheduler.h"
2828

2929
#include "mbed-trace/mbed_trace.h"
30+
#include "mbed.h"
3031

3132
#define TRACE_GROUP "mClt"
3233

0 commit comments

Comments
 (0)