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
+3 -3
View File
@@ -24,11 +24,11 @@
#include "verilated.h"
#include "verilated_vcd_c.h"
#include <sys/stat.h>
#include <fcntl.h>
#include <algorithm>
#include <cerrno>
#include <ctime>
#include <algorithm>
#include <fcntl.h>
#include <sys/stat.h>
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# include <io.h>