about summary refs log tree commit diff stats
path: root/src/LYCookie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYCookie.c')
-rw-r--r--src/LYCookie.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/LYCookie.c b/src/LYCookie.c
index c7e7fe0a..bde4a81d 100644
--- a/src/LYCookie.c
+++ b/src/LYCookie.c
@@ -44,26 +44,26 @@
       * Cookies could be optionally stored in a file from session to session.
 */
 
-#include "HTUtils.h"
-#include "tcp.h"
-#include "HTAccess.h"
-#include "HTParse.h"
-#include "HTAlert.h"
-#include "LYCurses.h"
-#include "LYSignal.h"
-#include "LYUtils.h"
-#include "LYCharUtils.h"
-#include "LYClean.h"
-#include "LYGlobalDefs.h"
-#include "LYEdit.h"
-#include "LYStrings.h"
-#include "LYSystem.h"
-#include "GridText.h"
-#include "LYUtils.h"
-#include "LYCharUtils.h"
-#include "LYCookie.h"
-
-#include "LYLeaks.h"
+#include <HTUtils.h>
+#include <tcp.h>
+#include <HTAccess.h>
+#include <HTParse.h>
+#include <HTAlert.h>
+#include <LYCurses.h>
+#include <LYSignal.h>
+#include <LYUtils.h>
+#include <LYCharUtils.h>
+#include <LYClean.h>
+#include <LYGlobalDefs.h>
+#include <LYEdit.h>
+#include <LYStrings.h>
+#include <LYSystem.h>
+#include <GridText.h>
+#include <LYUtils.h>
+#include <LYCharUtils.h>
+#include <LYCookie.h>
+
+#include <LYLeaks.h>
 
 #define FREE(x) if (x) {free(x); x = NULL;}