summaryrefslogtreecommitdiffstats
path: root/src/common/stringutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/stringutils.cpp')
-rw-r--r--src/common/stringutils.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/stringutils.cpp b/src/common/stringutils.cpp
index 12a3179..db486f0 100644
--- a/src/common/stringutils.cpp
+++ b/src/common/stringutils.cpp
@@ -14,9 +14,8 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// stringutils.cpp
-#include "stringutils.h"
+#include "common/stringutils.h"
std::string StrUtils::Replace(const std::string &str, const std::string &oldStr, const std::string &newStr)