summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 21:33:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 21:33:37 +0200
commit37566202133915d76179e0fd0c7fad654fc4dda0 (patch)
tree4d9490f02804d7be3b51ca8da8acb3fd7a2e93e3 /mmss/types.hpp
parentefabc7a40d74904385d9dd55eb0312aeb538d4ed (diff)
downloadgmrf-37566202133915d76179e0fd0c7fad654fc4dda0.tar
gmrf-37566202133915d76179e0fd0c7fad654fc4dda0.zip
Encapsulate protocol_t
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index 6c8be97..a976823 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -32,7 +32,6 @@
extern "C" {
-#include <mmss/protocol.h>
#include <gmrf/gmrf.h>
}
@@ -50,8 +49,7 @@ class network_t;
class node_t;
class now_t;
class packet_t;
+class protocol_t;
class scheduled_t;
-typedef ::mmss_protocol_t protocol_t;
-
}