This commit is contained in:
2024-06-03 10:05:35 -05:00
parent 087f132a32
commit d305ed01ac
14 changed files with 22 additions and 27 deletions
+4 -5
View File
@@ -38,11 +38,10 @@
#ifndef DTL_DIFF_H
#define DTL_DIFF_H
#include "variables.hpp"
#include "Lcs.hpp"
#include "Ses.hpp"
#include "functors.hpp"
#include "dtl/Lcs.hpp"
#include "dtl/Ses.hpp"
#include "dtl/functors.hpp"
#include "dtl/variables.hpp"
namespace dtl {
+1 -1
View File
@@ -38,7 +38,7 @@
#ifndef DTL_DIFF3_H
#define DTL_DIFF3_H
#include "Diff.hpp"
#include "dtl/Diff.hpp"
namespace dtl {
+2 -2
View File
@@ -38,8 +38,8 @@
#ifndef DTL_LCS_H
#define DTL_LCS_H
#include "variables.hpp"
#include "Sequence.hpp"
#include "dtl/variables.hpp"
#include "dtl/Sequence.hpp"
namespace dtl {
+2 -2
View File
@@ -38,8 +38,8 @@
#ifndef DTL_SES_H
#define DTL_SES_H
#include "variables.hpp"
#include "Sequence.hpp"
#include "dtl/variables.hpp"
#include "dtl/Sequence.hpp"
namespace dtl {
+7 -7
View File
@@ -54,12 +54,12 @@
#include <unistd.h>
#endif // HAVE_UNISTD_H
#include "Diff.hpp"
#include "Diff3.hpp"
#include "Lcs.hpp"
#include "Sequence.hpp"
#include "Ses.hpp"
#include "functors.hpp"
#include "variables.hpp"
#include "dtl/Diff.hpp"
#include "dtl/Diff3.hpp"
#include "dtl/Lcs.hpp"
#include "dtl/Sequence.hpp"
#include "dtl/Ses.hpp"
#include "dtl/functors.hpp"
#include "dtl/variables.hpp"
#endif // DTL_H
@@ -38,7 +38,7 @@
#ifndef DTL_FUNCTORS_H
#define DTL_FUNCTORS_H
#include "variables.hpp"
#include "dtl/variables.hpp"
namespace dtl {