Browse Source

Remove the duplicate portaudio.h include from wave.c.

master
Reece H. Dunn 9 years ago
parent
commit
b77636db84
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/libespeak-ng/wave.c

+ 1
- 2
src/libespeak-ng/wave.c View File

/* /*
* Copyright (C) 2007, Gilles Casse <[email protected]> * Copyright (C) 2007, Gilles Casse <[email protected]>
* Copyright (C) 2015 Reece H. Dunn
* Copyright (C) 2015-2016 Reece H. Dunn
* based on AudioIO.cc (Audacity-1.2.4b) and wavegen.cpp * based on AudioIO.cc (Audacity-1.2.4b) and wavegen.cpp
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
#include <sys/time.h> #include <sys/time.h>
#include <time.h> #include <time.h>


#include "portaudio.h"
#ifdef PLATFORM_WINDOWS #ifdef PLATFORM_WINDOWS
#include <windows.h> #include <windows.h>
#else #else

Loading…
Cancel
Save