mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Use #pragma once instead of include guards
This commit is contained in:
committed by
sledgehammer999
parent
0b42425db5
commit
fdc64d9b38
@@ -28,8 +28,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef HTTP_REQUESTPARSER_H
|
||||
#define HTTP_REQUESTPARSER_H
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -70,5 +69,3 @@ namespace Http
|
||||
Request m_request;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // HTTP_REQUESTPARSER_H
|
||||
|
||||
Reference in New Issue
Block a user