moved examples out of libt2n into libt2n-example
[libt2n] / example-codegen / other.hxx
diff --git a/example-codegen/other.hxx b/example-codegen/other.hxx
deleted file mode 100644 (file)
index dd931b5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#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"