Internals: Sort includes for clang-tidy. No functional change intended.

This commit is contained in:
Wilson Snyder
2018-10-14 07:04:18 -04:00
parent 442e4f35f0
commit 595419b370
96 changed files with 289 additions and 288 deletions
+4 -4
View File
@@ -28,13 +28,13 @@
#include "gtkwave/fastlz.c"
#include "gtkwave/lz4.c"
#include <sys/stat.h>
#include <fcntl.h>
#include <algorithm>
#include <cerrno>
#include <ctime>
#include <algorithm>
#include <sstream>
#include <fcntl.h>
#include <iterator>
#include <sstream>
#include <sys/stat.h>
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# include <io.h>