From f9594529c0faee8a5395690c7afa485036edfa82 Mon Sep 17 00:00:00 2001 From: augusto Date: Wed, 22 Oct 1997 10:45:24 +0000 Subject: [PATCH] Tolti tutti gli include inutili git-svn-id: svn://10.65.10.50/trunk@5410 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/clifor.cpp | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ve/clifor.cpp b/ve/clifor.cpp index 7bf00da60..5f7538ca6 100755 --- a/ve/clifor.cpp +++ b/ve/clifor.cpp @@ -1,25 +1,5 @@ #include "clifor.h" -#ifndef __CONFIG_H -#include "config.h" -#endif - -#ifndef __VE0100_H -#include "ve0100.h" -#endif - -#ifndef __VE0100O_H -#include "ve0100o.h" -#endif - -#ifndef __VEINI_H -#include "veini.h" -#endif - -#ifndef __VELIB_H -#include "velib.h" -#endif - TOccasionale::TOccasionale() : TRectype(LF_OCCAS) { _cod = new TRecfield(*this, OCC_CFPI);