Skip to content

Commit 895ef34

Browse files
committed
NFC: Use string instead of cstring header.
1 parent bfd4339 commit 895ef34

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

features/nfc/source/nfc/ndef/MessageBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/MessageBuilder.h"
2020

features/nfc/source/nfc/ndef/MessageParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/MessageParser.h"
2020
#include "nfc/ndef/Record.h"

features/nfc/source/nfc/ndef/common/Mime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/common/Mime.h"
2020

features/nfc/source/nfc/ndef/common/Text.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/common/Text.h"
2020

features/nfc/source/nfc/ndef/common/URI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/common/URI.h"
2020

features/nfc/source/nfc/ndef/common/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <cstring>
17+
#include <string.h>
1818

1919
#include "nfc/ndef/common/util.h"
2020

0 commit comments

Comments
 (0)