summaryrefslogtreecommitdiff
path: root/lbx/lbxmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbx/lbxmain.c')
-rw-r--r--lbx/lbxmain.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/lbx/lbxmain.c b/lbx/lbxmain.c
index 443bb0414..ac2de78f2 100644
--- a/lbx/lbxmain.c
+++ b/lbx/lbxmain.c
@@ -50,9 +50,9 @@ in this Software without prior written authorization from The Open Group.
#include <sys/types.h>
#define NEED_REPLIES
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
-#include "Xos.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
+#include <X11/Xos.h>
#include "misc.h"
#include "os.h"
#include "dixstruct.h"
@@ -64,13 +64,13 @@ in this Software without prior written authorization from The Open Group.
#include "extnsionst.h"
#include "servermd.h"
#define _XLBX_SERVER_
-#include "lbxstr.h"
-#include "lbxdeltastr.h"
+#include <X11/extensions/lbxstr.h>
+#include <X11/extensions/lbxdeltastr.h>
#include "lbxserve.h"
-#include "lbximage.h"
+#include <X11/extensions/lbximage.h>
#include "lbxsrvopts.h"
#include "lbxtags.h"
-#include "Xfuncproto.h"
+#include <X11/Xfuncproto.h>
#include <errno.h>
#ifndef Lynx
#include <sys/uio.h>