Actually, I may have been wrong in my prior tip.
It seems that ABSPATH is actually defined within wp-load.php! Oops.
Which means that wp-load.php has already been included at that point.
Meaning, I guess, that the require_once might be superfluous, unless that file is called in a different context somehow?