rename distance header

This commit is contained in:
Evgeniy Dushistov
2013-07-07 15:25:58 +00:00
parent a1f5ebeee2
commit 1a8b24dced
4 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -10,7 +10,7 @@
#include <zlib.h>
#include <glib/gstdio.h>
#include "distance.h"
#include "distance.hpp"
#include "file.hpp"
#include "mapfile.hpp"