ref: 1999ac1c65196ea498dc7f844675f119640df660
parent: a1504467097cffa234151da6cbbdc0d94053098e
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Oct 24 20:47:55 EDT 2012
libmemlayer: remove pool.h includes (import from sources) there are no pool calls/data structures used in libmemlayer so the dependency can be removed.
--- a/sys/src/libmemlayer/draw.c
+++ b/sys/src/libmemlayer/draw.c
@@ -3,7 +3,6 @@
#include <draw.h>
#include <memdraw.h>
#include <memlayer.h>
-#include <pool.h>
struct Draw
{--- a/sys/src/libmemlayer/lhide.c
+++ b/sys/src/libmemlayer/lhide.c
@@ -3,7 +3,6 @@
#include <draw.h>
#include <memdraw.h>
#include <memlayer.h>
-#include <pool.h>
/*
* Hide puts that portion of screenr now on the screen into the window's save area.
--- a/sys/src/libmemlayer/ltofront.c
+++ b/sys/src/libmemlayer/ltofront.c
@@ -3,7 +3,6 @@
#include <draw.h>
#include <memdraw.h>
#include <memlayer.h>
-#include <pool.h>
/*
* Pull i towards top of screen, just behind front
--
⑨