Remove cfw prefix from files.

This commit is contained in:
Jonathan Schleifer 2012-04-08 22:53:03 +02:00
parent 34c8a7713a
commit 22f8a535f3
12 changed files with 19 additions and 19 deletions

View file

@ -1,9 +1,9 @@
#ifndef __COREFW_H__
#define __COREFW_H__
#include "cfwclass.h"
#include "cfwobject.h"
#include "cfwstring.h"
#include "cfwarray.h"
#include "class.h"
#include "object.h"
#include "string.h"
#include "array.h"
#endif