mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
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>
|
||||
@@ -210,5 +209,3 @@ namespace Utils
|
||||
return !(left < right);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // QBITTORRENT_UTILS_VERSION_H
|
||||
|
||||
Reference in New Issue
Block a user