/[ascend]/trunk/ascend/compiler/packages.c
ViewVC logotype

Diff of /trunk/ascend/compiler/packages.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2011 by jpye, Tue Apr 28 08:58:48 2009 UTC revision 2018 by jpye, Wed Apr 29 03:38:10 2009 UTC
# Line 40  Line 40 
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    
# Line 72  Line 72 
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"

Legend:
Removed from v.2011  
changed lines
  Added in v.2018

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22