X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3b8d451c740c8f49d5abad1496cbf4e4aa47819f..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/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 #include #include -#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());