diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000000000000000000000000000000000..bf3e1182eb360f5f31bf279f0914238693d7e503 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "cstdio": "cpp" + } +} \ No newline at end of file diff --git a/services/ca_mock/src/face_auth_ca.cpp b/services/ca_mock/src/face_auth_ca.cpp index 55c04125d9801da9ea6e1e4ece6b8ee7f2bbf6cb..fc104d2ae3954f39147439dbc2a917ef2072b35e 100644 --- a/services/ca_mock/src/face_auth_ca.cpp +++ b/services/ca_mock/src/face_auth_ca.cpp @@ -13,12 +13,12 @@ * limitations under the License. */ -#include "face_auth_ca.h" #include #include #include #include "defines.h" #include "face_auth_func.h" +#include "face_auth_ca.h" namespace OHOS { namespace UserIAM { diff --git a/services/faceauth/src/face_auth_event.cpp b/services/faceauth/src/face_auth_event.cpp index 6c310b95409890031426bbb579f89f8d9547946d..f886f0439d261895edb16768b437b05f1d34d133 100644 --- a/services/faceauth/src/face_auth_event.cpp +++ b/services/faceauth/src/face_auth_event.cpp @@ -13,13 +13,12 @@ * limitations under the License. */ -#include "face_auth_event.h" -#include #include "face_auth_log_wrapper.h" #include "face_auth_defines.h" #include "face_auth_event_handler.h" #include "face_auth_manager.h" #include "face_auth_req.h" +#include "face_auth_event.h" namespace OHOS { namespace UserIAM { diff --git a/services/faceauth/src/face_auth_manager.cpp b/services/faceauth/src/face_auth_manager.cpp index 371f5038e7d911e080fce81e23a5fd37be577eef..3f2b042829f17954f69dca1252ec0f10656b2264 100644 --- a/services/faceauth/src/face_auth_manager.cpp +++ b/services/faceauth/src/face_auth_manager.cpp @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "face_auth_manager.h" #include #include #include @@ -31,6 +30,7 @@ #include "face_auth_req.h" #include "face_auth_camera.h" #include "face_auth_defines.h" +#include "face_auth_manager.h" namespace OHOS { namespace UserIAM {