comparison carfac/carfac_output.cc @ 647:749b5aed61f6

More #include cleanups.
author ronw@google.com
date Tue, 11 Jun 2013 21:32:50 +0000
parents e76951e4da20
children 1c2a5868f23a
comparison
equal deleted inserted replaced
646:e76951e4da20 647:749b5aed61f6
19 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 // See the License for the specific language governing permissions and 20 // See the License for the specific language governing permissions and
21 // limitations under the License. 21 // limitations under the License.
22 22
23 #include "carfac_output.h" 23 #include "carfac_output.h"
24 #include "ear.h"
24 25
25 using std::vector; 26 using std::vector;
26 27
27 CARFACOutput::CARFACOutput(const bool store_nap, const bool store_bm, 28 CARFACOutput::CARFACOutput(const bool store_nap, const bool store_bm,
28 const bool store_ohc, const bool store_agc) { 29 const bool store_ohc, const bool store_agc) {