summaryrefslogtreecommitdiff
path: root/mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp')
-rw-r--r--mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp b/mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp
index 512b3be9..97421697 100644
--- a/mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp
+++ b/mv_machine_learning/landmark_detection/src/FldTweakCnn.cpp
@@ -14,12 +14,12 @@
* limitations under the License.
*/
-#include <string.h>
-#include <map>
#include <algorithm>
+#include <map>
+#include <string.h>
-#include "MvMlException.h"
#include "FldTweakCnn.h"
+#include "MvMlException.h"
#include "Postprocess.h"
using namespace std;