libmemlayer: remove pool.h includes (import from sources)
there are no pool calls/data structures used in libmemlayer so the dependency can be removed.
This commit is contained in:
parent
a0b737ad35
commit
cc595b043a
3 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
#include <draw.h>
|
#include <draw.h>
|
||||||
#include <memdraw.h>
|
#include <memdraw.h>
|
||||||
#include <memlayer.h>
|
#include <memlayer.h>
|
||||||
#include <pool.h>
|
|
||||||
|
|
||||||
struct Draw
|
struct Draw
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include <draw.h>
|
#include <draw.h>
|
||||||
#include <memdraw.h>
|
#include <memdraw.h>
|
||||||
#include <memlayer.h>
|
#include <memlayer.h>
|
||||||
#include <pool.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hide puts that portion of screenr now on the screen into the window's save area.
|
* Hide puts that portion of screenr now on the screen into the window's save area.
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
#include <draw.h>
|
#include <draw.h>
|
||||||
#include <memdraw.h>
|
#include <memdraw.h>
|
||||||
#include <memlayer.h>
|
#include <memlayer.h>
|
||||||
#include <pool.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Pull i towards top of screen, just behind front
|
* Pull i towards top of screen, just behind front
|
||||||
|
|
Loading…
Reference in a new issue