mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #8886 from ethereum/pragma-once
Add header guard to two files
This commit is contained in:
		
						commit
						5a6c7ad65f
					
				| @ -20,6 +20,8 @@ | ||||
|  * Converts inline assembly AST to JSON format | ||||
|  */ | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <libyul/AsmDataForward.h> | ||||
| #include <liblangutil/SourceLocation.h> | ||||
| #include <json/json.h> | ||||
|  | ||||
| @ -15,6 +15,8 @@ | ||||
| 	along with solidity.  If not, see <http://www.gnu.org/licenses/>.
 | ||||
| */ | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <libsolidity/analysis/OverrideChecker.h> | ||||
| 
 | ||||
| #include <libsolidity/ast/AST.h> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user