On Wed, 28 Mar 2007, Dirk Mueller wrote: > -#include "object.h" > -#include "nodes.h" > +#include <kjs/object.h> > +#include <kjs/nodes.h> Could you explain the difference to me? I always thought that #include "..." will look up files in the local directory first. Therefore "object" will always be picked up from the same dir as "function.h". Harri.