forked from dolphin-emu/dolphin
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _XFSTRUCTS_H
|
||||
#define _XFSTRUCTS_H
|
||||
#pragma once
|
||||
|
||||
#include "XFMemory.h"
|
||||
|
||||
#endif // _XFSTRUCTS_H
|
||||
|
||||
Reference in New Issue
Block a user