]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.hxx
Unit test for SGBinObj, and fix a bug in large-indice handling the test revealed.
[simgear.git] / simgear / io / iochannel.hxx
index a81ca4679e4017abec52ae5677c6d796277336ca..ea1b00773b0327d08cad8120db1fc8f079bcf96c 100644 (file)
 
 #include <simgear/compiler.h>
 
-// #include "protocol.hxx"
-
-#include <string>
-#include <vector>
-
-SG_USING_STD(vector);
-SG_USING_STD(string);
-
-
 #define SG_IO_MAX_MSG_SIZE 16384
 
 /**