diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-29 18:42:37 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-29 18:42:37 +0000 |
commit | c8e6f83244036256d3f56c35ec8c60f03dc51275 (patch) | |
tree | 9970df092bd37d280ff631b3f2150142feb415ff /def.h | |
parent | 275c17136006f9d3929c9547642f1ed3f95d5683 (diff) |
Update #includes to use <X11/*.h> for modularization.
Diffstat (limited to 'def.h')
-rw-r--r-- | def.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |