git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix MODULE_SETTINGS forward declaration type (class -> struct) in
[stg.git]
/
projects
/
stargazer
/
tariffs_impl.cpp
diff --git
a/projects/stargazer/tariffs_impl.cpp
b/projects/stargazer/tariffs_impl.cpp
index c244cb692ac8907bd73c4ff5f37403467282be1b..61e3e12c88ac5a69e3c9c2e81b617838f339f2f3 100644
(file)
--- a/
projects/stargazer/tariffs_impl.cpp
+++ b/
projects/stargazer/tariffs_impl.cpp
@@
-32,8
+32,8
@@
#include <algorithm>
#include <vector>
-#include "stg/
stg_
locker.h"
-#include "stg/
stg_
logger.h"
+#include "stg/locker.h"
+#include "stg/logger.h"
#include "stg/store.h"
#include "stg/admin.h"
#include "tariffs_impl.h"