From: Matthieu Gallien Date: Tue, 24 Jan 2023 21:31:32 +0000 (+0100) Subject: use #pragma once instead of include guards X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~27^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb9a496f41799c21366cde771248f796dd787c25;p=nextcloud-desktop.git use #pragma once instead of include guards Signed-off-by: Matthieu Gallien --- diff --git a/src/libsync/caseclashconflictsolver.h b/src/libsync/caseclashconflictsolver.h index f20ea2deb..d8f3ac11b 100644 --- a/src/libsync/caseclashconflictsolver.h +++ b/src/libsync/caseclashconflictsolver.h @@ -13,8 +13,7 @@ * for more details. */ -#ifndef CASECLASHCONFLICTSOLVER_H -#define CASECLASHCONFLICTSOLVER_H +#pragma once #include @@ -106,5 +105,3 @@ private: }; } - -#endif // CASECLASHCONFLICTSOLVER_H