sessiond: rename the header file from `fs_helpers.h` to 92/280792/1
authorAdam Michalski <a.michalski2@partner.samsung.com>
Mon, 5 Sep 2022 07:22:29 +0000 (09:22 +0200)
committerAdam Michalski <a.michalski2@partner.samsung.com>
Mon, 5 Sep 2022 07:22:29 +0000 (09:22 +0200)
`fs_helpers.hpp` for consistency with naming convention
used throughout the project.

Change-Id: If2e6a490b01788a81894f517b0300a26c41a2918

src/service/src/fs_helpers.cpp
src/service/src/fs_helpers.hpp [moved from src/service/src/fs_helpers.h with 100% similarity]
src/service/src/main.cpp

index b3854a4..9314d7d 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "sessiond.h"
 #include "globals.hpp"
-#include "fs_helpers.h"
+#include "fs_helpers.hpp"
 
 namespace fs = std::filesystem;
 using namespace std::string_literals;
index 4254e17..f6a1915 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "sessiond-internal.h"
 #include "globals.hpp"
-#include "fs_helpers.h"
+#include "fs_helpers.hpp"
 #include "tuple_g_variant_helpers.hpp"
 #include "tuple_hash.hpp"
 #include "wait_manager.hpp"