r109: reorganized header files
[ctsim.git] / libctsupport / audio.cpp
index ad46a6de6e5a6287cf565bfddfb63cdfbe634649..2def9d201a77831c9e23e560dab9f45ab28fd25d 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: audio.cpp,v 1.1 2000/06/19 02:58:08 kevin Exp $
+**  $Id: audio.cpp,v 1.2 2000/06/19 19:04:05 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -25,7 +25,7 @@
  *    beep()
  */
 
-#include "cio.h"
+#include "ctsupport.h"
 
 void cio_beep (void)
 {
@@ -41,9 +41,6 @@ void cio_beep (void)
  *    double length    duration to play note in seconds
  */
 
-#include <stdio.h>
-#include "cio.h"
-
 void 
 cio_tone (double freq, double length)
 {