changeset 38297:17465a81d1dd

Include Emacs' header files with #include "...".
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Jul 2001 14:07:53 +0000
parents 5bcd50b6b826
children 29603bd8ddb0
files src/sound.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/sound.c	Thu Jul 05 13:51:17 2001 +0000
+++ b/src/sound.c	Thu Jul 05 14:07:53 2001 +0000
@@ -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 @@
 
 #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.  */