mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5638 from ethereum/header-guard
Add missing header guards
This commit is contained in:
commit
b014732c81
@ -20,6 +20,8 @@
|
||||
* Public compiler API.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -21,6 +21,8 @@
|
||||
* Solidity AST to EVM bytecode compiler for expressions.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <boost/noncopyable.hpp>
|
||||
|
@ -18,6 +18,8 @@
|
||||
* Common code generator for translating Yul / inline assembly to EVM and EVM1.5.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libyul/backends/evm/EVMAssembly.h>
|
||||
|
||||
#include <libyul/backends/evm/EVMDialect.h>
|
||||
|
@ -18,6 +18,7 @@
|
||||
* Compiler that transforms Yul Objects to EVM bytecode objects.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace yul
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user