diff options
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r-- | src/LYStructs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h index 1c224479..051db432 100644 --- a/src/LYStructs.h +++ b/src/LYStructs.h @@ -3,11 +3,11 @@ #define LYSTRUCTS_H #ifndef USERDEFS_H -#include "userdefs.h" +#include <userdefs.h> #endif /* USERDEFS_H */ #ifndef HTANCHOR_H -#include "HTAnchor.h" +#include <HTAnchor.h> #endif /* HTANCHOR_H */ typedef struct link { @@ -45,7 +45,7 @@ typedef struct _document { } document; #ifndef HTFORMS_H -#include "HTForms.h" +#include <HTForms.h> #endif /* HTFORMS_H */ typedef struct _histstruct { |