mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
parent
a0a65a2906
commit
d2038049f5
462 changed files with 676 additions and 2308 deletions
|
@ -5,8 +5,7 @@
|
|||
// This file contains a generic symbol map implementation. For CPU-specific
|
||||
// magic, derive and extend.
|
||||
|
||||
#ifndef _SYMBOL_DB_H
|
||||
#define _SYMBOL_DB_H
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
@ -105,5 +104,3 @@ public:
|
|||
void List();
|
||||
void Index();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue