# Housekeeping.

ScriptableComplex.inl is now only #included in CPP files that need it
(files that use functions from it directly), which is a total of 5
files, so recompiling after modifying it should be a lot faster.

This was SVN commit r4176.
This commit is contained in:
Matei
2006-07-27 21:20:30 +00:00
parent 1da24b9cee
commit dbe4451da2
7 changed files with 6 additions and 4 deletions
-3
View File
@@ -273,9 +273,6 @@ extern void jscomplexproperty_suballoc_detach();
extern void* jscomplexproperty_suballoc();
extern void jscomplexproperty_suballoc_free(IJSComplexProperty* p);
#include "ScriptableComplex.inl"
#endif