put include dependencies into seperate file (one file per command group). simplifies...
[libt2n] / example-codegen / other-2.cpp
index 05ccc4b..f67f0b8 100644 (file)
@@ -1,18 +1,4 @@
-#include <string>
-// serialization of string
-#include <boost/serialization/string.hpp>
-// serialization of pair
-#include <boost/serialization/utility.hpp>
-
-// std::vector
-#include <vector>
-#include <boost/serialization/vector.hpp>
-
-#include "foo.hxx"
-
-#include "other_common.hxx"
-
-using namespace std;
+#include "other.hxx"
 
 //! test own type
 LIBT2N_EXPORT bool t3(const Foo &foo)