diff options
Diffstat (limited to 'src/HTML.h')
-rw-r--r-- | src/HTML.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/HTML.h b/src/HTML.h index d75a10bd..8a5ee014 100644 --- a/src/HTML.h +++ b/src/HTML.h @@ -8,12 +8,12 @@ #define HTML_H #ifndef HTUTILS_H -#include "HTUtils.h" +#include <HTUtils.h> #endif /* HTUTILS_H */ -#include "UCDefs.h" -#include "UCAux.h" -#include "HTAnchor.h" -#include "HTMLDTD.h" +#include <UCDefs.h> +#include <UCAux.h> +#include <HTAnchor.h> +#include <HTMLDTD.h> #ifdef SHORT_NAMES #define HTMLPresentation HTMLPren |