git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NY Flight] Use common encryption/decryption functions.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig2
/
parser.h
diff --git
a/projects/stargazer/plugins/configuration/sgconfig2/parser.h
b/projects/stargazer/plugins/configuration/sgconfig2/parser.h
index 9e8a8bd94884f0d2223eb112c095b9f25c21176d..7deac3345e36ccd628fcf2e71a94da04ac866116 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig2/parser.h
+++ b/
projects/stargazer/plugins/configuration/sgconfig2/parser.h
@@
-13,11
+13,11
@@
using namespace std;
#include "resetable.h"
using namespace std;
#include "resetable.h"
-#include "
stg_
const.h"
+#include "const.h"
#include "store.h"
#include "admins.h"
#include "users.h"
#include "store.h"
#include "admins.h"
#include "users.h"
-#include "
stg_
message.h"
+#include "message.h"
//-----------------------------------------------------------------------------
class BASE_PARSER {
//-----------------------------------------------------------------------------
class BASE_PARSER {