summary refs log tree commit diff stats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-03 16:48:03 +0200
commit0534b54e519f5778ea7a1e2855a3f62d573fad93 (patch)
treef79f0be931ff7fabc65092bfac84e432a626a5ee /src/common/common.vcxproj
parentfaf4575e9a106332d4fa5daf5f4a6572c1d77c20 (diff)
Remove strlutil
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 2595912a..b4fa224a 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -33,7 +33,6 @@
     <ClInclude Include="server.h" />

     <ClInclude Include="servlist.h" />

     <ClInclude Include="ssl.h" />

-    <ClInclude Include="strlutil.h" />

     <ClInclude Include="text.h" />

     <ClInclude Include="textenums.h" />

     <ClInclude Include="textevents.h" />

@@ -67,7 +66,6 @@
     <ClCompile Include="server.c" />

     <ClCompile Include="servlist.c" />

     <ClCompile Include="ssl.c" />

-    <ClCompile Include="strlutil.c" />

     <ClCompile Include="text.c" />

     <ClCompile Include="thread.c" />

     <ClCompile Include="tree.c" />