Aggiunto Header File relativo ai TRecord_array (recarray.h)

git-svn-id: svn://10.65.10.50/trunk@4004 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-12-13 09:55:49 +00:00
parent 6e108af987
commit d6ccbd7567
6 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <rectypes.h>
#include <relation.h>
#include <recarray.h>
#include <tabutil.h>
int numerazione_definitiva(TLocalisamfile& doc)

View File

@ -2,6 +2,7 @@
#include <relapp.h>
#include <config.h>
#include <tabutil.h>
#include <recarray.h>
#include "ve2100.h"

View File

@ -1,6 +1,7 @@
#include <relapp.h>
#include <tabutil.h>
#include <config.h>
#include <recarray.h>
#include "velib01.h"
#include "ve2300.h"
#include "veconf.h"

View File

@ -1,6 +1,7 @@
#include <relapp.h>
#include <tabutil.h>
#include <msksheet.h>
#include <recarray.h>
#include <assoc.h>
#include <checks.h>
#include <defmask.h>

View File

@ -2,6 +2,7 @@
#include <printapp.h>
#include <mailbox.h>
#include <mask.h>
#include <recarray.h>
#include <execp.h>
#include "ve3400.h"

View File

@ -5,6 +5,10 @@
#include <relation.h>
#endif
#ifndef __RECARRAY_H
#include <recarray.h>
#endif
#ifndef __VARREC_H
#include <varrec.h>
#endif