Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include header files using angle brackets format #197

Closed
ghost opened this issue Mar 2, 2015 · 0 comments
Closed

Include header files using angle brackets format #197

ghost opened this issue Mar 2, 2015 · 0 comments
Assignees

Comments

@ghost
Copy link

ghost commented Mar 2, 2015

Usually in the codebase core headers are included using rel paths as following:

#include "../../include/general/dll.h"

If would be nice to include them using the format:

#include <saffire/general/dll.h>

The include durectory is added to the header search path, so I think it is feasible.

@jaytaph jaytaph self-assigned this Mar 2, 2015
@jaytaph jaytaph mentioned this issue Mar 2, 2015
@jaytaph jaytaph closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant