diff options
author | deva <deva> | 2006-08-16 23:49:23 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-16 23:49:23 +0000 |
commit | 347b1d8ed3a4f780f3a5c0d57a04eab05ca517a2 (patch) | |
tree | dc21975923fb440c78ee4bbffc645a138071978f /server/libmplex_wrapper.cc | |
parent | 6c07f9219bed6ccddc9b65ad40414cf0a9f7d633 (diff) |
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Crippled the MulticastConfiguration class. This must be rewritten to use the new configuration interface.
Diffstat (limited to 'server/libmplex_wrapper.cc')
-rw-r--r-- | server/libmplex_wrapper.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/libmplex_wrapper.cc b/server/libmplex_wrapper.cc index e026656..bfc4452 100644 --- a/server/libmplex_wrapper.cc +++ b/server/libmplex_wrapper.cc @@ -26,7 +26,6 @@ */ #include "config.h" #include "libmplex_wrapper.h" -#include "miav_config.h" #ifdef WITH_LIBMPLEX |