summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:34 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:25:34 +0000
commitacc7e6a3b501fb6449e76b5e4d00eaa7534368be (patch)
treef6ed3652b8987236fa355718bb4c9df28a8ddc9d
parentadf888d270be20a222e8ed438223d3a0bfd5cea3 (diff)
change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; change "foo.h", "extensions/foo.h" and "X11/foo.h" to <X11/extensions/foo.h> for extension headers, e.g. Xv.h; change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
-rw-r--r--src/xf86Summa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xf86Summa.c b/src/xf86Summa.c
index 01f900d..b60f197 100644
--- a/src/xf86Summa.c
+++ b/src/xf86Summa.c
@@ -97,13 +97,13 @@ static InputDriverPtr sumDrv;
#else /* pre 3.9 headers */
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "misc.h"
#include "inputstr.h"
#include "scrnintstr.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
#if defined(sun) && !defined(i386)
#define POSIX_TTY