Fix inconsistent dll linkage errors and warnings on windows

This commit is contained in:
Waqar Ahmed
2023-02-20 13:13:13 +05:00
committed by Kurt Hindenburg
parent 5f380ca5aa
commit 0a78bfe4ac
58 changed files with 127 additions and 164 deletions

View File

@@ -8,7 +8,6 @@
// Own
#include "SessionController.h"
#include "konsoledebug.h"
#include "profile/ProfileManager.h"
#include "terminalDisplay/TerminalColor.h"
#include "terminalDisplay/TerminalFonts.h"
@@ -68,6 +67,7 @@
#include "SaveHistoryTask.h"
#include "ScreenWindow.h"
#include "SearchHistoryTask.h"
#include "konsoledebug.h"
#include "filterHotSpots/ColorFilter.h"
#include "filterHotSpots/EscapeSequenceUrlFilter.h"