use #pragma once instead of include guards
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 24 Jan 2023 21:31:32 +0000 (22:31 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 25 Jan 2023 15:37:37 +0000 (16:37 +0100)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/caseclashconflictsolver.h

index f20ea2deb6cde230c9c60f68e95950ac72795f3a..d8f3ac11b0779d4014ed2bd697ff1d22270db72f 100644 (file)
@@ -13,8 +13,7 @@
  * for more details.
  */
 
-#ifndef CASECLASHCONFLICTSOLVER_H
-#define CASECLASHCONFLICTSOLVER_H
+#pragma once
 
 #include <QObject>
 
@@ -106,5 +105,3 @@ private:
 };
 
 }
-
-#endif // CASECLASHCONFLICTSOLVER_H