Move physfs includes before all others
This prevents system physfs includes from being picked up when bundled physfs is used
--- a/QTfrontend/CMakeLists.txt Wed Dec 25 23:23:48 2013 +0400
+++ b/QTfrontend/CMakeLists.txt Wed Dec 25 23:25:25 2013 +0400
@@ -61,8 +61,8 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/util/platform)
include_directories(${SDL_INCLUDE_DIR})
include_directories(${SDLMIXER_INCLUDE_DIR})
-include_directories(${PHYSFS_INCLUDE_DIR})
-include_directories(${PHYSLAYER_INCLUDE_DIR})
+include_directories(BEFORE ${PHYSFS_INCLUDE_DIR})
+include_directories(BEFORE ${PHYSLAYER_INCLUDE_DIR})
if(UNIX)