src/ should not be part of the include path #600
Labels
A-Meta
B-Build
Related to the build configuration
C-Code-Quality
A section of code that is hard to understand or change
Milestone
Description
Files such as
glfw_window.cpp
include private headers with right angle brackets full paths, this is misleading. All private headers should be included with relative paths.With this change,
src/
could be removed from the include pathThe text was updated successfully, but these errors were encountered: