use seperate file for group
[libt2n] / example-codegen / client.cpp
index 008d9e1..cdeb124 100644 (file)
@@ -7,7 +7,8 @@
 #include <socket_client.hxx>
 
 // include library header
-#include "codegen_client.hxx"
+#include "default_client.hxx"
+#include "other_client.hxx"
 
 int main(int argc, char** argv)
 {