summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
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;
-
}