diff scid/page-index.c @ 33:1d0ddf9e6efd

misc: general documentation
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 16:47:10 +0200
parents 081e1c258e64
children 752bb1cd2dd8
line wrap: on
line diff
--- a/scid/page-index.c	Thu Aug 04 14:59:33 2022 +0200
+++ b/scid/page-index.c	Thu Aug 04 16:47:10 2022 +0200
@@ -1,5 +1,5 @@
 /*
- * page-index.c -- page /
+ * page-index.c -- page / route
  *
  * Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
  *
@@ -20,7 +20,6 @@
 #include <string.h>
 
 #include "db.h"
-#include "log.h"
 #include "pageutil.h"
 #include "scid.h"
 #include "theme.h"