mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Merge pull request #13948 from FranciscoPombal/pragmatism
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef QBITTORRENT_UTILS_VERSION_H
|
||||
#define QBITTORRENT_UTILS_VERSION_H
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <stdexcept>
|
||||
@@ -212,5 +211,3 @@ namespace Utils
|
||||
return !(left < right);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // QBITTORRENT_UTILS_VERSION_H
|
||||
|
||||
Reference in New Issue
Block a user