Guard header inclusions with #pragma once
This standardizes the header inclusion guards to #pragma once, which shouldn't be a problem as we already were using it in some files.
Please register or sign in to comment
This standardizes the header inclusion guards to #pragma once, which shouldn't be a problem as we already were using it in some files.