mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
rename distance header
This commit is contained in:
@@ -37,7 +37,7 @@ The Levenshtein distance algorithm has been used in:
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include "distance.h"
|
||||
#include "distance.hpp"
|
||||
|
||||
/*
|
||||
Cover transposition, in addition to deletion,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <zlib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "distance.h"
|
||||
#include "distance.hpp"
|
||||
#include "file.hpp"
|
||||
#include "mapfile.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user