Skip to content

Commit

Permalink
Fix missing headers in xrWeatherEditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 30, 2014
1 parent 03f01f7 commit 16abad0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@
<ClCompile Include="window_weather_editor.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Include\editor\engine.hpp" />
<ClInclude Include="..\Include\editor\ide.hpp" />
<ClInclude Include="..\Include\editor\interfaces.hpp" />
<ClInclude Include="..\Include\editor\property_holder.hpp" />
<ClInclude Include="..\..\Include\editor\engine.hpp" />
<ClInclude Include="..\..\Include\editor\ide.hpp" />
<ClInclude Include="..\..\Include\editor\interfaces.hpp" />
<ClInclude Include="..\..\Include\editor\property_holder.hpp" />
<ClInclude Include="engine_include.hpp" />
<ClInclude Include="ide_impl.hpp" />
<ClInclude Include="pch.hpp" />
Expand Down
24 changes: 12 additions & 12 deletions src/editors/xrWeatherEditor/xrWeatherEditor.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -542,18 +542,6 @@
<ClInclude Include="pch.hpp">
<Filter>core</Filter>
</ClInclude>
<ClInclude Include="..\Include\editor\engine.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\Include\editor\ide.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\Include\editor\interfaces.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\Include\editor\property_holder.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="property_holder_include.hpp">
<Filter>implementations\properties</Filter>
</ClInclude>
Expand Down Expand Up @@ -743,6 +731,18 @@
<ClInclude Include="resource.h">
<Filter>resources</Filter>
</ClInclude>
<ClInclude Include="..\..\Include\editor\engine.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\..\Include\editor\ide.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\..\Include\editor\interfaces.hpp">
<Filter>interfaces</Filter>
</ClInclude>
<ClInclude Include="..\..\Include\editor\property_holder.hpp">
<Filter>interfaces</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="images\color_picker.cur">
Expand Down

0 comments on commit 16abad0

Please sign in to comment.