diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-10 19:12:32 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-12 10:16:27 +0900 |
commit | 14be8c3bcc558d319f3324f06a5700b9155d2aa6 (patch) | |
tree | 358746b4bb29eacad528ff22c53ad8b45bfb996a /src/app.hpp | |
parent | b9ad63927d1eb1de0be4cd3cb59feeaae054bb40 (diff) |
Rename files to use "_" instead of "-"
Change-Id: I24b7be71af682946a4abde928e8bb46bf5104041
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp index 7ead82e..a91654d 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -33,7 +33,7 @@ #include "wayland_ivi_wm.hpp" #include "hmi-debug.h" #include "request.hpp" -#include "wm-error.h" +#include "wm_error.hpp" namespace wl { |