From: Matthieu Gallien Date: Thu, 24 Nov 2022 15:03:03 +0000 (+0100) Subject: fix include style to always use "" for files from the project X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~114^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04b4354535693bd464b6b005dcb8149689372965;p=nextcloud-desktop.git fix include style to always use "" for files from the project the use of #include <> is only for system headers and not headers from the project Signed-off-by: Matthieu Gallien --- diff --git a/test/testcfapishellextensionsipc.cpp b/test/testcfapishellextensionsipc.cpp index cc7016ec2..7dedb0614 100644 --- a/test/testcfapishellextensionsipc.cpp +++ b/test/testcfapishellextensionsipc.cpp @@ -5,21 +5,24 @@ * */ -#include -#include -#include -#include -#include +#include "configfile.h" +#include "account.h" +#include "accountstate.h" +#include "accountmanager.h" +#include "common/vfs.h" +#include "common/shellextensionutils.h" #include "config.h" -#include -#include -#include -#include -#include +#include "folderman.h" +#include "libsync/vfs/cfapi/shellext/configvfscfapishellext.h" +#include "ocssharejob.h" +#include "shellextensionsserver.h" +#include "syncengine.h" #include "syncenginetestutils.h" #include "testhelper.h" -#include -#include +#include "vfs/cfapi/shellext/customstateprovideripc.h" +#include "vfs/cfapi/shellext/thumbnailprovideripc.h" + +#include #include #include #include