]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.h
Code deduplication
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.h
index 83ffa59b91991489ca52edf91e36ae8d5232108f..efa57d45063ccfa7596adac706bcc24d0c11bdff 100644 (file)
@@ -5,8 +5,8 @@
 
 #include <string>
 
-#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;
 };