File 'x' is already included

Sample code:

require('some-file.php');
//...
include('some-file.php');       // File 'some-file.php' is already included

Codenizer detected two attempts to include same file