diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-03 21:38:43 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-03 21:38:43 +0000 |
commit | a1714821678853a349cfeb735e5cc2c05d7d7e10 (patch) | |
tree | a95e4915277445588972655fd9341d5be7175bbe | |
parent | 054583b047ea55cf8788ca94849f28c1fd601ee0 (diff) |
Install publicly used headers in X11/fonts.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14
Change source files that use these headers to get them via <X11/fonts/*.h>.
-rw-r--r-- | bdftopcf.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -31,12 +31,12 @@ from The Open Group. #include <X11/X.h> #include <X11/Xproto.h> -#include "fontmisc.h" -#include "fontstruct.h" -#include "fntfilio.h" -#include "fntfil.h" -#include "bdfint.h" -#include "pcf.h" +#include <X11/fonts/fontmisc.h> +#include <X11/fonts/fontstruct.h> +#include <X11/fonts/fntfilio.h> +#include <X11/fonts/fntfil.h> +#include <X11/fonts/bdfint.h> +#include <X11/fonts/pcf.h> #include <stdio.h> #include <X11/Xos.h> |