[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3870: Remove an unnecessary #include and linked library. (vidalia/trunk/src/tools/po2nsh)



Author: edmanm
Date: 2009-06-17 14:11:27 -0400 (Wed, 17 Jun 2009)
New Revision: 3870

Modified:
   vidalia/trunk/src/tools/po2nsh/CMakeLists.txt
   vidalia/trunk/src/tools/po2nsh/po2nsh.cpp
Log:

Remove an unnecessary #include and linked library.


Modified: vidalia/trunk/src/tools/po2nsh/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/tools/po2nsh/CMakeLists.txt	2009-06-17 01:02:19 UTC (rev 3869)
+++ vidalia/trunk/src/tools/po2nsh/CMakeLists.txt	2009-06-17 18:11:27 UTC (rev 3870)
@@ -21,7 +21,6 @@
 ## Link the executable with the appropriate Qt libraries
 target_link_libraries(po2nsh
   ${QT_QTCORE_LIBRARY}
-  common
 )
 
 ## Remember the location of po2nsh so we can use it in custom commands

Modified: vidalia/trunk/src/tools/po2nsh/po2nsh.cpp
===================================================================
--- vidalia/trunk/src/tools/po2nsh/po2nsh.cpp	2009-06-17 01:02:19 UTC (rev 3869)
+++ vidalia/trunk/src/tools/po2nsh/po2nsh.cpp	2009-06-17 18:11:27 UTC (rev 3870)
@@ -13,7 +13,6 @@
 #include <QTextStream>
 #include <QTextCodec>
 #include <stdlib.h>
-#include <stringutil.h>
 
 
 /** Parse the context name from <b>str</b>, where the context name is of the