Removing lingering references to scoped_resource.hpp.
This commit is contained in:
parent
2657a323fb
commit
6ba16e9bc6
5 changed files with 0 additions and 5 deletions
|
@ -4351,7 +4351,6 @@
|
|||
<ClInclude Include="..\..\src\savegame_config.hpp" />
|
||||
<ClInclude Include="..\..\src\save_blocker.hpp" />
|
||||
<ClInclude Include="..\..\src\save_index.hpp" />
|
||||
<ClInclude Include="..\..\src\scoped_resource.hpp" />
|
||||
<ClInclude Include="..\..\src\scripting\application_lua_kernel.hpp" />
|
||||
<ClInclude Include="..\..\src\scripting\debug_lua.hpp" />
|
||||
<ClInclude Include="..\..\src\scripting\game_lua_kernel.hpp" />
|
||||
|
|
|
@ -2900,7 +2900,6 @@
|
|||
<ClInclude Include="..\..\src\saved_game.hpp" />
|
||||
<ClInclude Include="..\..\src\savegame.hpp" />
|
||||
<ClInclude Include="..\..\src\savegame_config.hpp" />
|
||||
<ClInclude Include="..\..\src\scoped_resource.hpp" />
|
||||
<ClInclude Include="..\..\src\seed_rng.hpp" />
|
||||
<ClInclude Include="..\..\src\settings.hpp" />
|
||||
<ClInclude Include="..\..\src\show_dialog.hpp" />
|
||||
|
|
|
@ -198,7 +198,6 @@
|
|||
<ClInclude Include="..\..\src\libc_error.hpp" />
|
||||
<ClInclude Include="..\..\src\log.hpp" />
|
||||
<ClInclude Include="..\..\src\log_windows.hpp" />
|
||||
<ClInclude Include="..\..\src\scoped_resource.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\binary_or_text.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\parser.hpp" />
|
||||
<ClInclude Include="..\..\src\serialization\preprocessor.hpp" />
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
<ClInclude Include="..\..\src\libc_error.hpp" />
|
||||
<ClInclude Include="..\..\src\log.hpp" />
|
||||
<ClInclude Include="..\..\src\log_windows.hpp" />
|
||||
<ClInclude Include="..\..\src\scoped_resource.hpp" />
|
||||
<ClInclude Include="..\..\src\thread.hpp" />
|
||||
<ClInclude Include="..\..\src\tstring.hpp" />
|
||||
<ClInclude Include="..\..\src\version.hpp" />
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#ifndef SDL_UTILS_INCLUDED
|
||||
#define SDL_UTILS_INCLUDED
|
||||
|
||||
#include "scoped_resource.hpp"
|
||||
#include "util.hpp"
|
||||
|
||||
#include <SDL.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue