Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 85c40ed

Browse files
Yogesh PandeYogesh Pande
authored andcommitted
Modifying header includes based on new coap folder structure
This commit is linked with ARMmbed/mbed-client-c#121 and ARMmbed/mbed-client-c#119
1 parent d41459d commit 85c40ed

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

mbed-client/m2mbase.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#include "mbed-client/m2mreportobserver.h"
2323
#include "mbed-client/functionpointer.h"
2424
#include "mbed-client/m2mstringbuffer.h"
25-
#include "nsdl-c/sn_nsdl.h"
26-
#include "nsdl-c/sn_coap_header.h"
27-
#include "nsdl-c/sn_nsdl_lib.h"
25+
#include "sn_nsdl.h"
26+
#include "sn_coap_header.h"
27+
#include "sn_nsdl_lib.h"
2828

2929
//FORWARD DECLARATION
3030
struct sn_coap_hdr_;

mbed-client/m2mblockmessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define M2MBLOCKMESSAGE_H
1818

1919
#include "ns_types.h"
20-
#include "nsdl-c/sn_coap_header.h"
20+
#include "sn_coap_header.h"
2121

2222
/*! \file m2mblockmessage.h
2323
* \brief M2MBlockMessage.

source/include/nsdllinker.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
#define NSDL_LINKER_H
1818

1919
#include <stdint.h>
20-
#include "nsdl-c/sn_nsdl.h" // libCoap includes
21-
#include "nsdl-c/sn_coap_header.h"
22-
#include "nsdl-c/sn_coap_protocol.h"
23-
#include "nsdl-c/sn_nsdl_lib.h"
20+
#include "sn_nsdl.h"
21+
#include "sn_coap_header.h"
22+
#include "sn_coap_protocol.h"
23+
#include "sn_nsdl_lib.h"
2424
#include "ns_list.h"
2525

2626
#endif // NSDL_LINKER_H

source/m2mnsdlinterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "mbed-client/m2mconstants.h"
4141
#include "mbed-trace/mbed_trace.h"
4242
#include "mbed-client/m2mtimer.h"
43-
#include "source/libNsdl/src/include/sn_grs.h"
43+
#include "sn_grs.h"
4444

4545
#include <assert.h>
4646
#include <inttypes.h>

0 commit comments

Comments
 (0)