diff --git a/pcsx2/Config.h b/pcsx2/Config.h
index 962871fcfe..df4af0dbe3 100644
--- a/pcsx2/Config.h
+++ b/pcsx2/Config.h
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#pragma once
#include "x86emitter/tools.h"
diff --git a/pcsx2/Hw.cpp b/pcsx2/Hw.cpp
index 9c3ec11a9c..fddc395ad9 100644
--- a/pcsx2/Hw.cpp
+++ b/pcsx2/Hw.cpp
@@ -13,8 +13,6 @@
* If not, see .
*/
-
-
#include "PrecompiledHeader.h"
#include "Common.h"
diff --git a/pcsx2/Memory.cpp b/pcsx2/Memory.cpp
index 234a77b7bc..7a3fcf3d99 100644
--- a/pcsx2/Memory.cpp
+++ b/pcsx2/Memory.cpp
@@ -34,7 +34,6 @@ BIOS
0xBFC00000 - 0xBFFFFFFF un-cached
*/
-
#include "PrecompiledHeader.h"
#include "IopCommon.h"
diff --git a/pcsx2/Memory.h b/pcsx2/Memory.h
index a4febfdcbf..f164cb78fb 100644
--- a/pcsx2/Memory.h
+++ b/pcsx2/Memory.h
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#pragma once
#ifdef __LINUX__
diff --git a/pcsx2/R5900.h b/pcsx2/R5900.h
index a43e0add0f..586b804378 100644
--- a/pcsx2/R5900.h
+++ b/pcsx2/R5900.h
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#pragma once
//////////////////////////////////////////////////////////////////////////////////////////
diff --git a/pcsx2/Sif.cpp b/pcsx2/Sif.cpp
index f5d1142b07..f948323516 100644
--- a/pcsx2/Sif.cpp
+++ b/pcsx2/Sif.cpp
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#include "PrecompiledHeader.h"
#define _PC_ // disables MIPS opcode macros.
diff --git a/pcsx2/Sif.h b/pcsx2/Sif.h
index 4fcbc5d05f..5744dee6cc 100644
--- a/pcsx2/Sif.h
+++ b/pcsx2/Sif.h
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#ifndef __SIF_H__
#define __SIF_H__
diff --git a/pcsx2/System.h b/pcsx2/System.h
index 9c7dcb1399..37a3ed7a26 100644
--- a/pcsx2/System.h
+++ b/pcsx2/System.h
@@ -13,7 +13,6 @@
* If not, see .
*/
-
#pragma once
#include "Utilities/SafeArray.h"
diff --git a/pcsx2/gui/Resources/BackgroundLogo.png b/pcsx2/gui/Resources/BackgroundLogo.png
index c4fbf4e9c4..9775c54b28 100644
Binary files a/pcsx2/gui/Resources/BackgroundLogo.png and b/pcsx2/gui/Resources/BackgroundLogo.png differ
diff --git a/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png b/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png
index a91cd31dba..ec699b7f93 100644
Binary files a/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png and b/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png differ
diff --git a/pcsx2/gui/Resources/ConfigIcon_Plugins.png b/pcsx2/gui/Resources/ConfigIcon_Plugins.png
index d29836e704..7c3af3b16b 100644
Binary files a/pcsx2/gui/Resources/ConfigIcon_Plugins.png and b/pcsx2/gui/Resources/ConfigIcon_Plugins.png differ
diff --git a/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png b/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png
index 75b5f9485f..0f1a38e60f 100644
Binary files a/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png and b/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png differ
diff --git a/pcsx2/vtlb.cpp b/pcsx2/vtlb.cpp
index b547f0b7df..b12edd4a16 100644
--- a/pcsx2/vtlb.cpp
+++ b/pcsx2/vtlb.cpp
@@ -28,7 +28,6 @@
vtlb/vmap supports mapping to either of these locations, or some other (externaly) specified address.
*/
-
#include "PrecompiledHeader.h"
#include "Common.h"
diff --git a/plugins/GSdx/GSDevice11.h b/plugins/GSdx/GSDevice11.h
index eaddc4cd35..a847d80ac2 100644
--- a/plugins/GSdx/GSDevice11.h
+++ b/plugins/GSdx/GSDevice11.h
@@ -19,7 +19,6 @@
*
*/
-
#pragma once
#include "GSDeviceDX.h"
diff --git a/plugins/GSdx/GSTextureCache11.h b/plugins/GSdx/GSTextureCache11.h
index ad29a2544e..2ab4e4766e 100644
--- a/plugins/GSdx/GSTextureCache11.h
+++ b/plugins/GSdx/GSTextureCache11.h
@@ -19,7 +19,6 @@
*
*/
-
#pragma once
#include "GSTextureCache.h"
diff --git a/plugins/GSdx/GSdx.cpp b/plugins/GSdx/GSdx.cpp
index 7ba0b62261..3cdb7e7b26 100644
--- a/plugins/GSdx/GSdx.cpp
+++ b/plugins/GSdx/GSdx.cpp
@@ -19,7 +19,6 @@
*
*/
-
#include "stdafx.h"
#include "GSdx.h"
diff --git a/plugins/spu2-x/src/DecodeDPLII.cpp b/plugins/spu2-x/src/DecodeDPLII.cpp
index 061e621c0e..f1d6e2f58f 100644
--- a/plugins/spu2-x/src/DecodeDPLII.cpp
+++ b/plugins/spu2-x/src/DecodeDPLII.cpp
@@ -19,7 +19,6 @@
*
*/
-
#include "Spu2.h"
#include "DPLII.h"
#include
diff --git a/plugins/spu2-x/src/Mixer.cpp b/plugins/spu2-x/src/Mixer.cpp
index df9aba01f6..8e7330e89b 100644
--- a/plugins/spu2-x/src/Mixer.cpp
+++ b/plugins/spu2-x/src/Mixer.cpp
@@ -15,7 +15,6 @@
* along with SPU2-X. If not, see .
*/
-
#include "Global.h"
//#include