# HG changeset patch # User František Kučera # Date 1580250925 -3600 # Node ID 52f837fbb216de3464f8815885ad053d9adcd957 # Parent 5d3d57d9c3234bb01c646beaef6f1af08b6d9264 streamlet examples: symlink to StreamletMsg.h diff -r 5d3d57d9c323 -r 52f837fbb216 streamlet-examples/StreamletMsg.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/streamlet-examples/StreamletMsg.h Tue Jan 28 23:35:25 2020 +0100 @@ -0,0 +1,1 @@ +../src/StreamletMsg.h \ No newline at end of file diff -r 5d3d57d9c323 -r 52f837fbb216 streamlet-examples/streamlet-common.h --- a/streamlet-examples/streamlet-common.h Tue Jan 28 23:18:21 2020 +0100 +++ b/streamlet-examples/streamlet-common.h Tue Jan 28 23:35:25 2020 +0100 @@ -25,7 +25,7 @@ #include #include -#include "../src/StreamletMsg.h" +#include "StreamletMsg.h" /** * Unlike the protocol and the message format,