]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / other / rscript / nrmap_parser.cpp
index a0be4f98e0ae30b9440808f7f7ecce52d741bbbb..308d5d0532a9349ced0a8e82051569ec79299862 100644 (file)
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
-#include "common.h"
 
+#include "stg/common.h"
 #include "nrmap_parser.h"
 
-NRMapParser::NRMapParser()
-{
-}
-
-NRMapParser::~NRMapParser()
-{
-}
-
 bool NRMapParser::ReadFile(const std::string & fileName)
 {
 std::ifstream source(fileName.c_str());