core: Add missing #pragma once directives where applicable
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| #pragma once | ||||
|  | ||||
| #include <cstddef> | ||||
| #include "common/common_types.h" | ||||
|  | ||||
|   | ||||
| @@ -2,6 +2,8 @@ | ||||
| // Licensed under GPLv2 or any later version | ||||
| // Refer to the license.txt file included. | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| namespace Service { | ||||
| namespace DLP { | ||||
|  | ||||
|   | ||||
| @@ -2,6 +2,8 @@ | ||||
| // Licensed under GPLv2 or any later version | ||||
| // Refer to the license.txt file included. | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "core/hle/service/service.h" | ||||
|  | ||||
| namespace Service { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user