]> code.delx.au - gnu-emacs/commitdiff
Include Emacs' header files with #include "...".
authorGerd Moellmann <gerd@gnu.org>
Thu, 5 Jul 2001 14:07:53 +0000 (14:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 5 Jul 2001 14:07:53 +0000 (14:07 +0000)
src/sound.c

index 67d12bf36a91835ef474f05b36f6d726302d4d17..62d6cfb170b13127e7620bd4c496bd5642ee76eb 100644 (file)
@@ -1,5 +1,5 @@
 /* sound.c -- sound support.
-   Copyright (C) 1998, 1999 Free Software Foundation.
+   Copyright (C) 1998, 1999, 2001 Free Software Foundation.
 
 This file is part of GNU Emacs.
 
@@ -25,13 +25,13 @@ Boston, MA 02111-1307, USA.  */
 
 #if defined HAVE_SOUND
 
-#include <lisp.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <dispextern.h>
 #include <errno.h>
-#include <atimer.h>
+#include "lisp.h"
+#include "dispextern.h"
+#include "atimer.h"
 
 /* FreeBSD has machine/soundcard.h.  Voxware sound driver docs mention
    sys/soundcard.h.  So, let's try whatever's there.  */