mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
speedup tests, fix includes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "Command.h"
|
||||
|
||||
#include "../../repo/includes/objects/File.h"
|
||||
#include "objects/File.h"
|
||||
|
||||
#include "CommandsCommon.h"
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
#ifndef SEMBACKUP_CONTEXT_H
|
||||
#define SEMBACKUP_CONTEXT_H
|
||||
|
||||
#include "../../repo/includes/Repository.h"
|
||||
#include "../../utils/includes/Config.h"
|
||||
#include "../../utils/includes/Logger.h"
|
||||
#include "Config.h"
|
||||
#include "Logger.h"
|
||||
#include "Repository.h"
|
||||
|
||||
struct Context {
|
||||
Logger *logger;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include "../../change_detectors/includes/ComparableFile.h"
|
||||
#include "ComparableFile.h"
|
||||
|
||||
/// Utility class to compute difference between two ComparableFile%s
|
||||
class Diff {
|
||||
|
||||
Reference in New Issue
Block a user