Adjust include guards.
This commit is contained in:
parent
22f8a535f3
commit
b3f3dfb253
6 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __COREFW_H__
|
||||
#define __COREFW_H__
|
||||
#ifndef __COREFW_COREFW_H__
|
||||
#define __COREFW_COREFW_H__
|
||||
|
||||
#include "class.h"
|
||||
#include "object.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue