libdeng1: Use appropriate header paths
In libdeng1 sources, one should use #include "de/…" to include headersso that the correct ones are used.
It would be incorrect to use headers from the system include directoriesas there might be a libdeng1 installed system-wide.
View differences
libdeng1: Use appropriate header paths
In libdeng1 sources, one should use #include "de/…" to include headers
so that the correct ones are used.
It would be incorrect to use headers from the system include directories
as there might be a libdeng1 installed system-wide.