From 60ae9ddea2033161e37deb3fceb2ee34801e6742 Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Fri, 6 Nov 2015 13:13:27 +0600 Subject: [PATCH] xrCore/Xr_ini: Removed unneeded include. --- src/xrCore/Xr_ini.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xrCore/Xr_ini.cpp b/src/xrCore/Xr_ini.cpp index dbbdefefd98..6d6ec627b16 100644 --- a/src/xrCore/Xr_ini.cpp +++ b/src/xrCore/Xr_ini.cpp @@ -1,8 +1,6 @@ #include "stdafx.h" #pragma hdrstop -#include "fs_internal.h" - XRCORE_API CInifile const* pSettings = NULL; XRCORE_API CInifile const* pSettingsAuth = NULL;