summaryrefslogtreecommitdiff
path: root/include/cursor.h
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 /include/cursor.h
parent657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff)
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'include/cursor.h')
-rw-r--r--include/cursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cursor.h b/include/cursor.h
index 512133eb3..5f9467a2b 100644
--- a/include/cursor.h
+++ b/include/cursor.h
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/include/cursor.h,v 1.2 2004/04/23 19:54:23 eich Exp $ */
/* $XFree86: xc/programs/Xserver/include/cursor.h,v 1.6 2002/09/17 01:15:14 dawes Exp $ */
/***********************************************************
@@ -50,7 +50,7 @@ SOFTWARE.
#ifndef CURSOR_H
#define CURSOR_H
-#include "misc.h"
+#include <X11/misc.h>
#include "screenint.h"
#include "window.h"