git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fee charge rule selector added with 3 different charge rules
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
rscript
/
rscript.cpp
diff --git
a/projects/stargazer/plugins/other/rscript/rscript.cpp
b/projects/stargazer/plugins/other/rscript/rscript.cpp
index b03235d8be5f178710a0f90d6b88aecb54aa760a..12c00a402b5c9407253c85742bb50d7494d5fecf 100644
(file)
--- a/
projects/stargazer/plugins/other/rscript/rscript.cpp
+++ b/
projects/stargazer/plugins/other/rscript/rscript.cpp
@@
-31,12
+31,12
@@
#include <cassert>
#include <algorithm>
#include <cassert>
#include <algorithm>
+#include "stg/common.h"
+#include "stg/locker.h"
+#include "stg/user_property.h"
#include "rscript.h"
#include "rscript.h"
-#include "common.h"
#include "ur_functor.h"
#include "send_functor.h"
#include "ur_functor.h"
#include "send_functor.h"
-#include "stg_locker.h"
-#include "user_property.h"
extern volatile const time_t stgTime;
extern volatile const time_t stgTime;