mirror of https://github.com/ARMmbed/mbed-os.git
NFC: Use string instead of cstring header.
parent
bfd433984f
commit
895ef34f99
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/MessageBuilder.h"
|
#include "nfc/ndef/MessageBuilder.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/MessageParser.h"
|
#include "nfc/ndef/MessageParser.h"
|
||||||
#include "nfc/ndef/Record.h"
|
#include "nfc/ndef/Record.h"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/common/Mime.h"
|
#include "nfc/ndef/common/Mime.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/common/Text.h"
|
#include "nfc/ndef/common/Text.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/common/URI.h"
|
#include "nfc/ndef/common/URI.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <string.h>
|
||||||
|
|
||||||
#include "nfc/ndef/common/util.h"
|
#include "nfc/ndef/common/util.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue