Update src/CopyrighFixer/CopyrighFixer/worker.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-05-13 15:21:43 +03:00 committed by GitHub
parent d20768dc8c
commit ae57f20eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,10 @@
#define WORKER_H
#include "CopyrighFixer_global.h"
#include "config.h"
#include "signer.h"
#include "configparser.h"
class ConfigParser;
class Signer;
class Config;
namespace CopyrighFixer {