summaryrefslogtreecommitdiff
path: root/hw/xfree86/i2c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:43:43 +0000
commit9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch)
tree7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /hw/xfree86/i2c
parent657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'hw/xfree86/i2c')
-rw-r--r--hw/xfree86/i2c/uda1380.c4
-rw-r--r--hw/xfree86/i2c/uda1380.h4
-rw-r--r--hw/xfree86/i2c/xf86i2c.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/hw/xfree86/i2c/uda1380.c b/hw/xfree86/i2c/uda1380.c
index aa7d62dc5..fb243f8b5 100644
--- a/hw/xfree86/i2c/uda1380.c
+++ b/hw/xfree86/i2c/uda1380.c
@@ -5,8 +5,8 @@
* License: GPL
*
* $Log$
- * Revision 1.1 2005/04/17 22:58:03 bogdand
- * This is the UDA1380 sound coder-decoder module
+ * Revision 1.2 2005/07/01 22:43:11 daniels
+ * Change all misc.h and os.h references to <X11/foo.h>.
*
*
************************************************************************************/
diff --git a/hw/xfree86/i2c/uda1380.h b/hw/xfree86/i2c/uda1380.h
index 9254ff6f9..a376b4038 100644
--- a/hw/xfree86/i2c/uda1380.h
+++ b/hw/xfree86/i2c/uda1380.h
@@ -5,8 +5,8 @@
* License: GPL
*
* $Log$
- * Revision 1.1 2005/04/17 22:58:03 bogdand
- * This is the UDA1380 sound coder-decoder module
+ * Revision 1.2 2005/07/01 22:43:11 daniels
+ * Change all misc.h and os.h references to <X11/foo.h>.
*
*
************************************************************************************/
diff --git a/hw/xfree86/i2c/xf86i2c.c b/hw/xfree86/i2c/xf86i2c.c
index f6988842f..4253d8075 100644
--- a/hw/xfree86/i2c/xf86i2c.c
+++ b/hw/xfree86/i2c/xf86i2c.c
@@ -9,7 +9,7 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.14 2003/05/05 21:18:41 tsi Exp $ */
#if 1
-#include "misc.h"
+#include <X11/misc.h>
#include "xf86.h"
#include "xf86_ansic.h"
#include "xf86_OSproc.h"