X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ede91934442fd804d7b818971a44e3ad795cb01f..e36233b7cc31f1afc35b5e66c6c68724e9c67753:/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h diff --git a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h index 83ffa59b..efa57d45 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h +++ b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h @@ -5,8 +5,8 @@ #include -#include "plugin.h" -#include "store.h" +#include "stg/plugin.h" +#include "stg/store.h" #include "configproto.h" extern "C" PLUGIN * GetPlugin(); @@ -21,7 +21,6 @@ public: int ParseSettings(const MODULE_SETTINGS & s); uint16_t GetPort() const; private: - int ParseIntInRange(const std::string & str, int min, int max, int * val); std::string errorStr; int port; };