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