Skip to content

Commit c30fbdd

Browse files
committed
Fixed case-sensitivity issues on Linux.
1 parent 98120f9 commit c30fbdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/InputManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "InputConfig.h"
33
#include "Window.h"
44
#include "Log.h"
5-
#include "pugiXML/pugixml.hpp"
5+
#include "pugixml/pugixml.hpp"
66
#include <boost/filesystem.hpp>
77
#include "platform.h"
88

es/src/Gamelist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Gamelist.h"
22
#include "SystemData.h"
3-
#include "pugiXML/pugixml.hpp"
3+
#include "pugixml/pugixml.hpp"
44
#include <boost/filesystem.hpp>
55
#include "Log.h"
66
#include "Settings.h"

0 commit comments

Comments
 (0)