diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-07 18:11:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-07 18:11:18 +0000 |
commit | 26e261b3644303b2f3c22cfc8df03f92766fbabd (patch) | |
tree | 4b19698a19b669c21fd490a4cc65d650884de9e4 /plugins | |
parent | df3c30e532ec5c79334b608fb99766e5909a445c (diff) |
non-existent headers removed from project
git-svn-id: http://svn.miranda-ng.org/main/trunk@6007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/WebView/webview_10.vcxproj | 2 | ||||
-rw-r--r-- | plugins/WebView/webview_10.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/WebView/webview_10.vcxproj b/plugins/WebView/webview_10.vcxproj index 1dea9b1523..b41212b3a6 100644 --- a/plugins/WebView/webview_10.vcxproj +++ b/plugins/WebView/webview_10.vcxproj @@ -191,8 +191,6 @@ <ClInclude Include="src\resource.h" />
<ClInclude Include="src\Version.h" />
<ClInclude Include="src\webview.h" />
- <ClInclude Include="src\webview_common.h" />
- <ClInclude Include="src\webview_private.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Version.rc" />
diff --git a/plugins/WebView/webview_10.vcxproj.filters b/plugins/WebView/webview_10.vcxproj.filters index 7864a01783..7a8fe75c92 100644 --- a/plugins/WebView/webview_10.vcxproj.filters +++ b/plugins/WebView/webview_10.vcxproj.filters @@ -27,12 +27,6 @@ <ClInclude Include="src\webview.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="src\webview_common.h">
- <Filter>Header Files</Filter>
- </ClInclude>
- <ClInclude Include="src\webview_private.h">
- <Filter>Header Files</Filter>
- </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Version.rc">
|