git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace properties in IsInetable with explicit use of variables
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
inetaccess
/
inetaccess.cpp
diff --git
a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
index 6f20056771887e27de829d947c3561c649c5a0bc..8e44ed5ed276289fd93941d51b85960c2b093d53 100644
(file)
--- a/
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
+++ b/
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
@@
-39,12
+39,12
@@
#include <cerrno>
#include <algorithm>
#include <cerrno>
#include <algorithm>
+#include "stg/common.h"
+#include "stg/locker.h"
+#include "stg/tariff.h"
+#include "stg/user_property.h"
+#include "stg/settings.h"
#include "inetaccess.h"
#include "inetaccess.h"
-#include "common.h"
-#include "stg_locker.h"
-#include "tariff.h"
-#include "user_property.h"
-#include "settings.h"
extern volatile const time_t stgTime;
extern volatile const time_t stgTime;