diff options
Diffstat (limited to 'mblock/src/lib/mb_class_registry.cc')
-rw-r--r-- | mblock/src/lib/mb_class_registry.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/mb_class_registry.cc b/mblock/src/lib/mb_class_registry.cc index 77cec8de6..7ccee2969 100644 --- a/mblock/src/lib/mb_class_registry.cc +++ b/mblock/src/lib/mb_class_registry.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007 Free Software Foundation, Inc. + * Copyright 2007,2008 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -22,7 +22,7 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <mb_class_registry.h> +#include <mblock/class_registry.h> #include <map> static std::map<std::string, mb_mblock_maker_t> s_registry; |