I am working with some code that was written for a different compiler/linker, and it is including files like this:
#include
Please remember that one usually uses #include
directive to include files from standard include catalogues. These catalogues defined as environment variable or in command line of compiler. And #include "filename"
to include header file from current directory or any path relative to current directory.
without going through and doing it all manually?
You may use search&replace feature of your favourite editor