Adjust include guards.

This commit is contained in:
Jonathan Schleifer 2012-04-08 22:55:02 +02:00
parent 22f8a535f3
commit b3f3dfb253
6 changed files with 12 additions and 12 deletions

View file

@ -24,8 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __CFWSTRING_H__
#define __CFWSTRING_H__
#ifndef __COREFW_STRING_H__
#define __COREFW_STRING_H__
#include "class.h"