Leave headers alone

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-02-08 22:37:57 +02:00
parent b3fc07d444
commit 379f1a70e9
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -48,6 +48,7 @@
#include "net/PasteUpload.h"
#include "pathmatcher/MultiMatcher.h"
#include "pathmatcher/SimplePrefixMatcher.h"
#include "settings/INIFile.h"
#include "ui/InstanceWindow.h"
#include "ui/MainWindow.h"
@ -105,6 +106,8 @@
#include "icons/IconList.h"
#include "net/HttpMetaCache.h"
#include "java/JavaUtils.h"
#include "updater/ExternalUpdater.h"
#include "tools/JProfiler.h"