use #pragma once instead of include guards

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2023-01-24 22:31:32 +01:00
parent 07c292eaf5
commit eb9a496f41
No known key found for this signature in database
GPG key ID: 7D0F74F05C22F553

View 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