Skip to content

Clean up Internal include directive.  #14

@suikan4github

Description

@suikan4github

Currently, we use the short file name as an internal include.

#include "sdkwrapper.hpp". 

But, this is against the google style guild.

It should be

#include "src/sdk/sdkwrapper.hpp"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions