summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-29 18:42:37 +0000
committerKevin E Martin <kem@kem.org>2005-07-29 18:42:37 +0000
commitc8e6f83244036256d3f56c35ec8c60f03dc51275 (patch)
tree9970df092bd37d280ff631b3f2150142feb415ff /def.h
parent275c17136006f9d3929c9547642f1ed3f95d5683 (diff)
downloadxorg-util-makedepend-c8e6f83244036256d3f56c35ec8c60f03dc51275.tar.gz
Update #includes to use <X11/*.h> for modularization.
Diffstat (limited to 'def.h')
-rw-r--r--def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/def.h b/def.h
index 60784c9..51ee2b8 100644
--- a/def.h
+++ b/def.h
@@ -32,8 +32,8 @@ in this Software without prior written authorization from The Open Group.
# define USING_AUTOCONF
#endif
-#include "Xos.h"
-#include "Xfuncproto.h"
+#include <X11/Xos.h>
+#include <X11/Xfuncproto.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>