diff --git a/ve/ve0100.cpp b/ve/ve0100.cpp index 14b6639ef..395156062 100755 --- a/ve/ve0100.cpp +++ b/ve/ve0100.cpp @@ -1,26 +1,20 @@ -#ifndef __VE0100_H #include "ve0100.h" -#endif - -#ifndef __VE0100O_H #include "ve0100o.h" -#endif - -#ifndef __VEINI_H #include "veini.h" -#endif -#ifndef __MODAUT_H +#include #include -#endif +#include +#include -#ifndef __MGLIB_H -#include "..\mg\mglib.h" -#endif +#include "veuml.h" +#include "veuml1.h" +#include "verig.h" -#ifndef __UTILITY_H +#include "sconti.h" #include "utility.h" -#endif +#include "..\mg\mglib.h" + void TMotore_application::init_query_mode( TMask& m ) { diff --git a/ve/ve0100.h b/ve/ve0100.h index 9618f3f28..445ba3efa 100755 --- a/ve/ve0100.h +++ b/ve/ve0100.h @@ -3,75 +3,17 @@ #define CHANGE_MESSAGE "Sono state effettuate modifiche alla configurazione.\nPrima di eseguire la gestione documenti occorre rigenerare le maschere.\nDesideri farlo ora ?" - #ifndef __CHECKS_H #include #endif -#ifndef __EXPR_H -#include -#endif - -#ifndef __TABUTIL_H -#include -#endif - #ifndef __RELAPP_H #include #endif -#ifndef __CONFIG_H -#include -#endif - -#ifndef __LFFILES_H -#include -#endif - -#ifndef __DEFMASK_H -#include "defmask.h" -#endif - -#ifndef __VEUML_H -#include "veuml.h" -#endif - -#ifndef __VEUML1_H -#include "veuml1.h" -#endif - -#ifndef __VERIG_H -#include "verig.h" -#endif - -#ifndef __SHEET_H -#include -#endif - -#ifndef __REAL_H -#include -#endif - -#ifndef __MSKSHEET_H -#include -#endif - -#ifndef __VARMASK_H -#include -#endif - -#ifndef __EXECP_H -#include -#endif - -#ifndef __SCONTI_H -#include "sconti.h" -#endif - #ifndef __VELIB_H #include "velib.h" #endif - // Definizione della classe dell'applicazione motore class TMotore_application : public TRelation_application {