Unify the include guards accross all header files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifdef HAVE_NFT_SUPPORT
|
||||
#ifndef _ERC721_PLUGIN_H_
|
||||
#define _ERC721_PLUGIN_H_
|
||||
|
||||
#pragma once
|
||||
#ifdef HAVE_NFT_SUPPORT
|
||||
|
||||
#include <string.h>
|
||||
#include "eth_plugin_handler.h"
|
||||
@@ -44,3 +45,5 @@ void handle_provide_parameter_721(void *parameters);
|
||||
void handle_query_contract_ui_721(void *parameters);
|
||||
|
||||
#endif // HAVE_NFT_SUPPORT
|
||||
|
||||
#endif // _ERC721_PLUGIN_H_
|
||||
|
||||
Reference in New Issue
Block a user