X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fdrawing.h;h=1190f71038eaf2de2fdbb4f7869236bb9c5fcdaf;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=a79447422afb1196fcbd73d4c9a0fe856f8f4773;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/base/drawing.h b/src/base/drawing.h index a794474..1190f71 100644 --- a/src/base/drawing.h +++ b/src/base/drawing.h @@ -1,12 +1,12 @@ -#ifndef RS_GRAPHIC_H -#define RS_GRAPHIC_H +#ifndef __GRAPHIC_H__ +#define __GRAPHIC_H__ -#include "rs_blocklist.h" -#include "rs_layerlist.h" -#include "rs_variabledict.h" -#include "rs_document.h" +#include "blocklist.h" +#include "layerlist.h" +#include "variabledict.h" +#include "document.h" #ifdef RS_CAM -#include "rs_camdata.h" +#include "camdata.h" #endif //class RS_CamData;