+ my $hook = $self->{INCLUDES_LISTENER};
+ foreach my $include (@includes){
+ if ($include && not $include->{prc_last} and not $include->{loaded} and $include->{local} eq $CUR_SCRIPT){
+ $hook -> ($CUR_SCRIPT,$include->{script}) if $hook;
+ $self -> doInclude($include); #<- These might include new includes, not worried about to hook on, as would be to deep.
+ }