Fix header order botched by clang-format in recent commit.

This commit is contained in:
Wilson Snyder
2023-10-18 06:37:46 -04:00
parent 51a18225ad
commit b5828a7ce9
110 changed files with 219 additions and 133 deletions
+2 -1
View File
@@ -14,11 +14,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitC.h"
#include "V3EmitCBase.h"
#include "V3LanguageWords.h"
#include "V3PartitionGraph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <algorithm>
#include <map>