blob: 86ddde12345d400beee4259c5fda71ba7001a924 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* -*- c++ -*- */
/*
* Copyright 2002,2007,2008,2012,2013 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <gnuradio/vocoder/codec2.h>
namespace gr {
namespace vocoder {
} /* namespace vocoder */
} /* namespace gr */
|