mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 08:57:23 +02:00
Fix header order botched by clang-format in recent commit.
This commit is contained in:
+2
-1
@@ -72,11 +72,12 @@
|
||||
// Used for b) and c).
|
||||
// This options is repeated for all instantiating hierarchical blocks.
|
||||
|
||||
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
|
||||
|
||||
#include "V3HierBlock.h"
|
||||
|
||||
#include "V3File.h"
|
||||
#include "V3Os.h"
|
||||
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
|
||||
#include "V3Stats.h"
|
||||
#include "V3String.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user