Skip to content

Commit 213569f

Browse files
kamfretozlightningterror
authored andcommitted
Deps: Remove version number from fontawesome
1 parent 0edcdf9 commit 213569f

29 files changed

+28
-28
lines changed

pcsx2/CDVD/CDVDcommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "CDVD/IsoFileFormats.h"
77
#include "Config.h"
88
#include "Host.h"
9-
#include "IconsFontAwesome6.h"
9+
#include "IconsFontAwesome.h"
1010

1111
#include "common/Assertions.h"
1212
#include "common/Console.h"

pcsx2/GS/GS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include "common/SmallString.h"
4949
#include "common/StringUtil.h"
5050

51-
#include "IconsFontAwesome6.h"
51+
#include "IconsFontAwesome.h"
5252

5353
#include "fmt/format.h"
5454

pcsx2/GS/GSCapture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "SPU2/spu2.h"
1111
#include "Host.h"
1212
#include "Host/AudioStream.h"
13-
#include "IconsFontAwesome6.h"
13+
#include "IconsFontAwesome.h"
1414
#include "common/Assertions.h"
1515
#include "common/Console.h"
1616
#include "common/BitUtils.h"

pcsx2/GS/Renderers/Common/GSRenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "common/Timer.h"
2323

2424
#include "fmt/format.h"
25-
#include "IconsFontAwesome6.h"
25+
#include "IconsFontAwesome.h"
2626

2727
#include <algorithm>
2828
#include <array>

pcsx2/GS/Renderers/DX11/D3D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "common/StringUtil.h"
1616
#include "common/Path.h"
1717

18-
#include "IconsFontAwesome6.h"
18+
#include "IconsFontAwesome.h"
1919

2020
#include <appmodel.h>
2121
#include <array>

pcsx2/GS/Renderers/DX11/GSDevice11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "common/StringUtil.h"
1717

1818
#include "imgui.h"
19-
#include "IconsFontAwesome6.h"
19+
#include "IconsFontAwesome.h"
2020

2121
#include <bit>
2222
#include <fstream>

pcsx2/GS/Renderers/HW/GSTextureReplacements.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "Config.h"
1414
#include "Host.h"
15-
#include "IconsFontAwesome6.h"
15+
#include "IconsFontAwesome.h"
1616
#include "GS/GSExtra.h"
1717
#include "GS/GSLocalMemory.h"
1818
#include "GS/Renderers/HW/GSTextureReplacements.h"

pcsx2/GS/Renderers/OpenGL/GSDeviceOGL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "common/StringUtil.h"
1616

1717
#include "imgui.h"
18-
#include "IconsFontAwesome6.h"
18+
#include "IconsFontAwesome.h"
1919

2020
#include <cinttypes>
2121
#include <fstream>

pcsx2/GameDatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "GameDatabase.h"
55
#include "GS/GS.h"
66
#include "Host.h"
7-
#include "IconsFontAwesome6.h"
7+
#include "IconsFontAwesome.h"
88
#include "vtlb.h"
99

1010
#include "common/Console.h"

0 commit comments

Comments
 (0)