mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 13:27:59 -05:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _VERTEXLOADER_NORMAL_H
|
||||
#define _VERTEXLOADER_NORMAL_H
|
||||
#pragma once
|
||||
|
||||
#include "Common.h"
|
||||
#include "CommonTypes.h"
|
||||
@@ -72,5 +71,3 @@ private:
|
||||
|
||||
static Set m_Table[NUM_NRM_TYPE][NUM_NRM_INDICES][NUM_NRM_ELEMENTS][NUM_NRM_FORMAT];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user