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

@@ -1,6 +1,6 @@
/*
* 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
*
* This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,6 @@
#include <sys/time.h>
#include <time.h>

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

Loading…
Cancel
Save