# HG changeset patch # User Paul Boddie # Date 1613085627 -3600 # Node ID 2e0c4ea098ad40746b44a3a46bf90bd698d45e19 # Parent 78f2cb0ab2996933dc71112e06ac26779d3cac2e Removed superfluous include statement. diff -r 78f2cb0ab299 -r 2e0c4ea098ad accessor.h --- a/accessor.h Fri Feb 12 00:18:29 2021 +0100 +++ b/accessor.h Fri Feb 12 00:20:27 2021 +0100 @@ -1,7 +1,5 @@ #pragma once -#include - #include "flexpage.h" /* A file accessor, providing flexpages corresponding to file regions. */