Skip to content

Commit

Permalink
Remove the link to ast_factory.hpp from Visual C++ project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn authored and glebm committed May 20, 2019
1 parent 21d2d16 commit 04f59a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion win/libsass.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_supports.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_def_macros.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\memory\SharedPtr.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_factory.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_fwd_decl.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\backtrace.hpp" />
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\base64vlq.hpp" />
Expand Down
3 changes: 0 additions & 3 deletions win/libsass.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_def_macros.hpp">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_factory.hpp">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="$(LIBSASS_HEADERS_DIR)\ast_fwd_decl.hpp">
<Filter>Headers</Filter>
</ClInclude>
Expand Down

0 comments on commit 04f59a5

Please sign in to comment.