| 40 |
#include <math.h> |
#include <math.h> |
| 41 |
#include <ctype.h> /* was compiler/actype.h */ |
#include <ctype.h> /* was compiler/actype.h */ |
| 42 |
|
|
| 43 |
#include <utilities/ascConfig.h> |
#include <ascend/utilities/ascConfig.h> |
| 44 |
#include <utilities/config.h> /* NEW */ |
#include <ascend/utilities/config.h> /* NEW */ |
| 45 |
|
|
| 46 |
#ifndef ASC_DEFAULT_ASCENDLIBRARY |
#ifndef ASC_DEFAULT_ASCENDLIBRARY |
| 47 |
# error "Where is ASC_DEFAULT_ASCENDLIBRARY???" |
# error "Where is ASC_DEFAULT_ASCENDLIBRARY???" |
| 48 |
#endif |
#endif |
| 49 |
|
|
| 50 |
#include <general/ospath.h> |
#include <ascend/general/ospath.h> |
| 51 |
|
|
| 52 |
|
|
| 53 |
#include <utilities/ascMalloc.h> |
#include <ascend/utilities/ascMalloc.h> |
| 54 |
#include <utilities/ascEnvVar.h> |
#include <ascend/utilities/ascEnvVar.h> |
| 55 |
#include <compiler/importhandler.h> |
#include <ascend/compiler/importhandler.h> |
| 56 |
#include <utilities/ascPanic.h> |
#include <ascend/utilities/ascPanic.h> |
| 57 |
#include <general/list.h> |
#include <ascend/general/list.h> |
| 58 |
#include "symtab.h" |
#include "symtab.h" |
| 59 |
|
|
| 60 |
|
|
| 72 |
#include "safe.h" |
#include "safe.h" |
| 73 |
#include "relation_util.h" |
#include "relation_util.h" |
| 74 |
#include "extfunc.h" |
#include "extfunc.h" |
| 75 |
#include <packages/sensitivity.h> |
#include <ascend/packages/sensitivity.h> |
| 76 |
#include <packages/ascFreeAllVars.h> |
#include <ascend/packages/ascFreeAllVars.h> |
| 77 |
#include <packages/defaultall.h> |
#include <ascend/packages/defaultall.h> |
| 78 |
#include "module.h" |
#include "module.h" |
| 79 |
#include "packages.h" |
#include "packages.h" |
| 80 |
#include "defaultpaths.h" |
#include "defaultpaths.h" |