NFC: Use string instead of cstring header.

pull/7822/head
Vincent Coubard 2018-08-29 19:42:08 +01:00
parent bfd433984f
commit 895ef34f99
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/MessageBuilder.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/MessageParser.h"
#include "nfc/ndef/Record.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/common/Mime.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/common/Text.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/common/URI.h"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include <cstring>
#include <string.h>
#include "nfc/ndef/common/util.h"