Libraries are only included if include directive is in the file.
Libraries are never #included. Header files are not Libraries, they just define the functions that are contained in some specific Library.

For non-standard libraries you would need to add the proper "switches" to your build line or IDE to tell the linker what libraries are required for this "project" and where those libraries are located.