Yes, you can include them that way. However PHP blows up if you're including a file that also includes another file if you don't include the absolute path to that file.
This is because PHP uses its internal path variable and doesn't reset it once inside of an included file to reflect the new location. Unless they're all in the same directory.