summaryrefslogtreecommitdiff
path: root/mv_face/face/src/mv_face_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mv_face/face/src/mv_face_open.cpp')
-rw-r--r--mv_face/face/src/mv_face_open.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/mv_face/face/src/mv_face_open.cpp b/mv_face/face/src/mv_face_open.cpp
index 34e2d995..3eb1e48f 100644
--- a/mv_face/face/src/mv_face_open.cpp
+++ b/mv_face/face/src/mv_face_open.cpp
@@ -17,17 +17,17 @@
#include "mv_face_open.h"
#include "FaceDetector.h"
-#include "FaceUtil.h"
+#include "FaceExpressionRecognizer.h"
+#include "FaceEyeCondition.h"
#include "FaceRecognitionModel.h"
#include "FaceTrackingModel.h"
-#include "FaceEyeCondition.h"
-#include "FaceExpressionRecognizer.h"
+#include "FaceUtil.h"
#include "mv_private.h"
-#include <vector>
-#include <set>
#include <cstring>
+#include <set>
+#include <vector>
#include <CommonUtils.h>