ack.h: move to protocol/

This commit is contained in:
Max Kellermann
2013-08-10 19:32:41 +02:00
parent 5c48d3fbba
commit 7f0ce4e94e
4 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "ack.h"
#include "protocol/Ack.hxx"
#include "io_error.h"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"

View File

@@ -22,7 +22,7 @@
#include "check.h"
#include "gcc.h"
#include "ack.h"
#include "Ack.hxx"
class Client;