Commit 42e00010 authored by claes's avatar claes

Adding functionality for adef, bdef and cdef

parent 0495cd57
......@@ -2,7 +2,6 @@
#define wb_adrep_h
#include "pwr.h"
#include "wb_mvrepdbs.h"
#include "wb_cdrep.h"
#include "wb_bdrep.h"
......
......@@ -3,10 +3,10 @@
#include "pwr.h"
#include "wb_bdrep.h"
#include "wb_orep.h"
#include "wb_object.h"
#include "wb_name.h"
class wb_orep;
class wb_bdrep;
class wb_adef;
......
......@@ -3,7 +3,6 @@
#include "pwr.h"
#include "pwr_class.h"
#include "co_dbs.h"
#include "wb_bdef.h"
#include "wb_orep.h"
#include "wb_cdrep.h"
......
#include "wb_merep.h"
#include "wb_erep.h"
#include "wb_ldh_msg.h"
......
......@@ -10,6 +10,7 @@
#include "wb_wblparser.hpp"
#include "wb_wblnode.h"
#include "wb_wblfile.h"
#include "wb_erep.h"
#define WBL_FILEMAX 500
#define wbl_eBix_SysBody 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment