Skip to content

Commit

Permalink
CPPSDK: use cpp header for strtok and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Feb 23, 2024
1 parent 78d9ddb commit b60981e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/sdks/core/src/cpp/templates/Metrics/src/module_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,5 @@ namespace ${info.Title} {

namespace WPEFramework {


/* ${ENUMS} */

}${end.if.enums}
2 changes: 1 addition & 1 deletion src/sdks/manage/src/cpp/sdk/cpptest/ManageSDKTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include <unistd.h>
#include<bits/stdc++.h>
#include <cstring>
#include "ManageSDKTest.h"

using namespace std;
Expand Down

0 comments on commit b60981e

Please sign in to comment.