X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm_layer.hpp;fp=src%2Flayers.hpp;h=4dd46168c952494ab3fd437e3c25d025ece062d9;hb=2fd5d33ca200d27c73e0fffc57987ddc751eb84a;hp=3a169851662e5893993bef22234ca2726e7a123e;hpb=5b1cf5616ef878e237d8fb7975b4839650c6d840;p=apps%2Fagl-service-windowmanager.git diff --git a/src/layers.hpp b/src/wm_layer.hpp similarity index 98% rename from src/layers.hpp rename to src/wm_layer.hpp index 3a16985..4dd4616 100644 --- a/src/layers.hpp +++ b/src/wm_layer.hpp @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef TMCAGLWM_LAYERS_H -#define TMCAGLWM_LAYERS_H +#ifndef WM_LAYERS_H +#define WM_LAYERS_H #include @@ -155,4 +155,4 @@ static const nlohmann::json default_layers_json = { }; } // namespace wm -#endif // TMCAGLWM_LAYERS_H +#endif // WM_LAYERS_H