From ae57f20eb7d4505173171da1501f2a04b0b0ec0b Mon Sep 17 00:00:00 2001
From: Igor loschinin <igor.loschinin2014@yandex.ru>
Date: Thu, 13 May 2021 15:21:43 +0300
Subject: [PATCH] Update src/CopyrighFixer/CopyrighFixer/worker.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
---
 src/CopyrighFixer/CopyrighFixer/worker.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/CopyrighFixer/CopyrighFixer/worker.h b/src/CopyrighFixer/CopyrighFixer/worker.h
index 9fde65e..bb1eb9f 100644
--- a/src/CopyrighFixer/CopyrighFixer/worker.h
+++ b/src/CopyrighFixer/CopyrighFixer/worker.h
@@ -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 {