diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/inventorydata.hpp | 4 | ||||
-rw-r--r-- | src/common/transaction.hpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/common/inventorydata.hpp b/src/common/inventorydata.hpp index 5fb7d0a..75e8f5b 100644 --- a/src/common/inventorydata.hpp +++ b/src/common/inventorydata.hpp @@ -18,8 +18,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMWSERV_COMMON_INVENTORYDATA_HPP_ -#define _TMWSERV_COMMON_INVENTORYDATA_HPP_ +#ifndef COMMON_INVENTORYDATA_HPP +#define COMMON_INVENTORYDATA_HPP #include <vector> diff --git a/src/common/transaction.hpp b/src/common/transaction.hpp index 3cdb4d5..0a99548 100644 --- a/src/common/transaction.hpp +++ b/src/common/transaction.hpp @@ -18,8 +18,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMWSERV_TRANSACTION_H_ -#define _TMWSERV_TRANSACTION_H_ +#ifndef TRANSACTION_H +#define TRANSACTION_H struct Transaction { |