X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3b8d451c740c8f49d5abad1496cbf4e4aa47819f..d4bb6b1e2cb9698e1153f70394fd2ded364bd043:/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp

diff --git a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
index a0be4f98..308d5d05 100644
--- a/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
+++ b/projects/stargazer/plugins/other/rscript/nrmap_parser.cpp
@@ -31,18 +31,10 @@
 #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());