summaryrefslogtreecommitdiffstats
path: root/index.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-10-08 22:37:21 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-08 22:37:21 +0200
commitfdc9bbedae48ef73e040b2ad0bd4d637261346f9 (patch)
treec391968bad1f7726d0ac3b8f38a2bd067d1b0c1b /index.c
parent7ec39d7df253dd6f7dc92854e5582949dfa823a5 (diff)
Rename ptrlist.[ch] to list.[ch]
Diffstat (limited to 'index.c')
-rw-r--r--index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.c b/index.c
index e021b29..b1e69d6 100644
--- a/index.c
+++ b/index.c
@@ -9,7 +9,7 @@
#include <string.h>
#include "xmalloc.h"
-#include "ptrlist.h"
+#include "list.h"
#include "index.h"
/* List of matching words matching the current search */