From c30fbdd6bafbdf39b239244a23dfce8e56694561 Mon Sep 17 00:00:00 2001
From: Alec Lofquist <allofquist@yahoo.com>
Date: Fri, 20 Jun 2014 15:36:44 -0500
Subject: [PATCH] Fixed case-sensitivity issues on Linux.

---
 core/src/InputManager.cpp | 2 +-
 es/src/Gamelist.cpp       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/InputManager.cpp b/core/src/InputManager.cpp
index e1816ed57..5795f762d 100644
--- a/core/src/InputManager.cpp
+++ b/core/src/InputManager.cpp
@@ -2,7 +2,7 @@
 #include "InputConfig.h"
 #include "Window.h"
 #include "Log.h"
-#include "pugiXML/pugixml.hpp"
+#include "pugixml/pugixml.hpp"
 #include <boost/filesystem.hpp>
 #include "platform.h"
 
diff --git a/es/src/Gamelist.cpp b/es/src/Gamelist.cpp
index 3331f8c79..8c647fc4d 100644
--- a/es/src/Gamelist.cpp
+++ b/es/src/Gamelist.cpp
@@ -1,6 +1,6 @@
 #include "Gamelist.h"
 #include "SystemData.h"
-#include "pugiXML/pugixml.hpp"
+#include "pugixml/pugixml.hpp"
 #include <boost/filesystem.hpp>
 #include "Log.h"
 #include "Settings.h"