[aquaskk-changes 141] CVS update: AquaSKK

Back to archive index

Tomotaka SUWA t-suw****@users*****
2006年 2月 18日 (土) 02:33:33 JST


Index: AquaSKK/skkserv.cpp
diff -u AquaSKK/skkserv.cpp:1.1.2.1 AquaSKK/skkserv.cpp:1.1.2.2
--- AquaSKK/skkserv.cpp:1.1.2.1	Sat Feb 18 02:21:38 2006
+++ AquaSKK/skkserv.cpp	Sat Feb 18 02:33:33 2006
@@ -1,5 +1,5 @@
 /*  -*- c++ -*-
-  $Id: skkserv.cpp,v 1.1.2.1 2006/02/17 17:21:38 t-suwa Exp $
+  $Id: skkserv.cpp,v 1.1.2.2 2006/02/17 17:33:33 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -22,7 +22,6 @@
 */
 
 #include <string>
-#include <vector>
 #include <unistd.h>
 #include "CppCFString.h"
 #include "DictionarySet.h"
Index: AquaSKK/skkserv.h
diff -u AquaSKK/skkserv.h:1.1.2.1 AquaSKK/skkserv.h:1.1.2.2
--- AquaSKK/skkserv.h:1.1.2.1	Sat Feb 18 02:21:38 2006
+++ AquaSKK/skkserv.h	Sat Feb 18 02:33:33 2006
@@ -1,5 +1,5 @@
 /*  -*- c++ -*-
-  $Id: skkserv.h,v 1.1.2.1 2006/02/17 17:21:38 t-suwa Exp $
+  $Id: skkserv.h,v 1.1.2.2 2006/02/17 17:33:33 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -21,8 +21,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#include <iostream>
-#include "pthread.h"
+#include <pthread.h>
 #include "socketstream.h"
 
 class skkserv {
Index: AquaSKK/socketstream.h
diff -u AquaSKK/socketstream.h:1.1.2.1 AquaSKK/socketstream.h:1.1.2.2
--- AquaSKK/socketstream.h:1.1.2.1	Sat Feb 18 02:20:38 2006
+++ AquaSKK/socketstream.h	Sat Feb 18 02:33:33 2006
@@ -1,5 +1,5 @@
 /*  -*- c++ -*-
-  $Id: socketstream.h,v 1.1.2.1 2006/02/17 17:20:38 t-suwa Exp $
+  $Id: socketstream.h,v 1.1.2.2 2006/02/17 17:33:33 t-suwa Exp $
 
   MacOS X implementation of the SKK input method.
 
@@ -23,8 +23,6 @@
 #include <iostream>
 #include <ios>
 #include <streambuf>
-#include <string>
-#include <vector>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>


aquaskk-changes メーリングリストの案内
Back to archive index