Merge pull request #8886 from ethereum/pragma-once

Add header guard to two files
This commit is contained in:
chriseth
2020-05-11 12:08:08 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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>
+2
View File
@@ -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>