Skip to content

Commit

Permalink
Add header guard to two files
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 11, 2020
1 parent 4e58c67 commit 338e55b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libyul/AsmJsonConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions tools/solidityUpgrade/SourceTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 338e55b

Please sign in to comment.