mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Common: Move headers over to using pragma once
Just makes the headers more consistent.
This commit is contained in:
+1
-4
@@ -15,8 +15,7 @@
|
||||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
#pragma once
|
||||
|
||||
// DO NOT EVER INCLUDE <windows.h> directly _or indirectly_ from this file
|
||||
// since it slows down the build a lot.
|
||||
@@ -138,5 +137,3 @@ private:
|
||||
#endif
|
||||
|
||||
#include "Swap.h"
|
||||
|
||||
#endif // _COMMON_H_
|
||||
|
||||
Reference in New Issue
Block a user