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
commit 5a6c7ad65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

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>

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>