mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Cleanup and standardize include order. No functional change intended.
This commit is contained in:
+3
-4
@@ -35,16 +35,15 @@
|
||||
|
||||
#include "config_build.h"
|
||||
#include "verilatedos.h"
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "V3Global.h"
|
||||
#include "V3Reloop.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
#define RELOOP_MIN_ITERS 40 // Need at least this many loops to do this optimization
|
||||
|
||||
//######################################################################
|
||||
|
||||
Reference in New Issue
Block a user