about summary refs log tree commit diff stats
path: root/src/LYMail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMail.c')
-rw-r--r--src/LYMail.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/LYMail.c b/src/LYMail.c
index b7acce45..f3a69290 100644
--- a/src/LYMail.c
+++ b/src/LYMail.c
@@ -1,19 +1,19 @@
-#include "HTUtils.h"
-#include "tcp.h"
-#include "HTParse.h"
-#include "LYGlobalDefs.h"
-#include "HTAlert.h"
-#include "LYCurses.h"
-#include "LYSignal.h"
-#include "LYUtils.h"
-#include "LYClean.h"
-#include "LYStrings.h"
-#include "GridText.h"
-#include "LYSystem.h"
-#include "LYMail.h"
-#include "LYCharSets.h"  /* to get current charset for mail header */
-
-#include "LYLeaks.h"
+#include <HTUtils.h>
+#include <tcp.h>
+#include <HTParse.h>
+#include <LYGlobalDefs.h>
+#include <HTAlert.h>
+#include <LYCurses.h>
+#include <LYSignal.h>
+#include <LYUtils.h>
+#include <LYClean.h>
+#include <LYStrings.h>
+#include <GridText.h>
+#include <LYSystem.h>
+#include <LYMail.h>
+#include <LYCharSets.h>  /* to get current charset for mail header */
+
+#include <LYLeaks.h>
 
 #define FREE(x) if (x) {free(x); x = NULL;}