mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
Apply 'make format'
This commit is contained in:
parent
106a9fe67f
commit
75336670d7
@ -55,13 +55,13 @@
|
||||
//**********************************************************************
|
||||
//**** Compile options
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
// Avoid needing std:: prefixes on some very common items
|
||||
using string = std::string;
|
||||
|
Loading…
Reference in New Issue
Block a user