code style fix

test=develop
panyx0718-patch-1
peizhilin 7 years ago
parent b2a770cf2a
commit 1a9008c420

@ -20,9 +20,9 @@
#else #else
#endif #endif
#include <iterator>
#include <algorithm> #include <algorithm>
#include <chrono> // NOLINT #include <chrono> // NOLINT
#include <iterator>
#include <numeric> #include <numeric>
#include <sstream> #include <sstream>
#include <string> #include <string>

@ -29,8 +29,8 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <algorithm> // std::accumulate #include <algorithm> // std::accumulate
#else #else
#include <stdio.h>
#include <io.h> // _popen, _pclose #include <io.h> // _popen, _pclose
#include <stdio.h>
#include <windows.h> #include <windows.h>
#include <numeric> // std::accumulate in msvc #include <numeric> // std::accumulate in msvc
#ifndef S_ISDIR // windows port for sys/stat.h #ifndef S_ISDIR // windows port for sys/stat.h

Loading…
Cancel
Save