put include dependencies into seperate file (one file per command group). simplifies...
[libt2n] / example-codegen / other.cpp
index 4121f04..e69de29 100644 (file)
@@ -1,13 +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"
-
-#include "other_common.hxx"