]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/postgresql_store_users.cpp
Fix postgresql store plugin compilation errors
[stg.git] / projects / stargazer / plugins / store / postgresql / postgresql_store_users.cpp
index 7d8b3b939fa25559d1c9acb9b5860766c52cc98b..c1c48e250673c141f816cec40c0e77c087fa5363 100644 (file)
 
 #include <libpq-fe.h>
 
-#include "stg_const.h"
-#include "postgresql_store.h"
-#include "stg_locker.h"
+#include "stg/stg_const.h"
+#include "stg/stg_locker.h"
 #include "../../../stg_timer.h"
+#include "postgresql_store.h"
 
 //-----------------------------------------------------------------------------
 int POSTGRESQL_STORE::GetUsersList(vector<string> * usersList) const