Cleaning up includes. removing some C++ compilation warnings coming from dlib.

This commit is contained in:
Tadas Baltrusaitis
2018-05-06 20:46:18 +01:00
parent f6a9dfe95a
commit 097d01fd3d
7 changed files with 12 additions and 62 deletions

View File

@@ -35,21 +35,6 @@
// FeatureExtraction.cpp : Defines the entry point for the feature extraction console application.
// System includes
#include <fstream>
#include <sstream>
// OpenCV includes
#include <opencv2/videoio/videoio.hpp> // Video write
#include <opencv2/videoio/videoio_c.h> // Video write
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
// Boost includes
#include <filesystem.hpp>
#include <filesystem/fstream.hpp>
#include <boost/algorithm/string.hpp>
// Local includes
#include "LandmarkCoreIncludes.h"