rustammendel commented on a change in pull request #1251:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1251#discussion_r794338210



##########
File path: libminifi/include/utils/file/FileUtils.h
##########
@@ -25,14 +25,7 @@
 #include <utility>
 #include <vector>
 
-#ifdef USE_BOOST
-#include <dirent.h>
-#include <boost/filesystem.hpp>
-#include <boost/system/error_code.hpp>
-#ifndef WIN32
-#include <sys/stat.h>
-#endif
-#else
+#ifndef USE_BOOST

Review comment:
       I have tried removing it but that failed windows build. I will try to 
optimize imports by moving relevant includes to ifdef WIN32 scope




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to