Patch level : 2.0 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento : Eliminate inclusioni obsolete di os_dep.h git-svn-id: svn://10.65.10.50/trunk@11026 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b88a586759
commit
08fedb408d
@ -1,7 +1,6 @@
|
||||
#include <colors.h>
|
||||
#include <execp.h>
|
||||
#include <modaut.h>
|
||||
#include <os_dep.h>
|
||||
#include <utility.h>
|
||||
#include <varmask.h>
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
// ------------------------------------------------------------
|
||||
|
||||
#include <config.h>
|
||||
#include <os_dep.h>
|
||||
#include <recarray.h>
|
||||
#include <progind.h>
|
||||
#include <sheet.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
// Usurpatore di Liberta'...
|
||||
// Nemico ed Oscuro Messo di Malvagita'...
|
||||
#include <currency.h>
|
||||
#include <os_dep.h>
|
||||
#include <recarray.h>
|
||||
|
||||
#include "cg4.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include <config.h>
|
||||
#include <execp.h>
|
||||
#include <mailbox.h>
|
||||
#include <os_dep.h>
|
||||
#include <prefix.h>
|
||||
|
||||
#include "cglib04.h"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include <os_dep.h>
|
||||
#include <progind.h>
|
||||
#include <tabutil.h>
|
||||
#include <utility.h>
|
||||
|
||||
#include "cg6900.h"
|
||||
@ -1061,10 +1059,8 @@ void TInv_cont::sola_iva(TString& record, long nreg)
|
||||
if (cau.read() == NOERR)
|
||||
tipodoc = cau.get(CAU_TIPODOC);
|
||||
|
||||
TTable tabtpd("%TPD");
|
||||
tabtpd.put("CODTAB", tipodoc);
|
||||
if (tabtpd.read() == NOERR)
|
||||
cor = tabtpd.get_bool("B0");
|
||||
const TRectype& tabtpd = cache().get("%TPD", tipodoc);
|
||||
cor = tabtpd.get_bool("B0");
|
||||
|
||||
if (!cor)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user