00001 #ifndef __DLITE_H__ 00002 #define __DLITE_H__ 00003 00004 /* 00005 * Copyright 2010 Michel Kinasz 00006 * 00007 * This file is part of dlite. 00008 * 00009 * dlite is free software: you can redistribute it and/or modify 00010 * it under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation, either version 3 of the License, or 00012 * (at your option) any later version. 00013 * 00014 * dlite is distributed in the hope that it will be useful, 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 * GNU General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with dlite. If not, see <http://www.gnu.org/licenses/>. 00021 * 00022 */ 00023 00024 // ............................................................................ 00025 // File : dlite.h 00026 // Author : main 00027 // Created : July 25, 2009, 10:56 AM 00028 // 00029 // Desc : Common includes and definitions 00030 // 00031 // ............................................................................ 00032 00033 #include "sdep.h" 00034 #include "main.h" 00035 #include "expression.h" 00036 #include "store.h" 00037 #include "symtable.h" 00038 #include "tbox.h" 00039 #include "abox.h" 00040 #include "factory.h" 00041 #include "reasoner.h" 00042 00043 // ............................................................................ 00044 00058 #endif //__DLITE_H__