aboutsummaryrefslogtreecommitdiff
path: root/src/PlacementStrategy.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-30 06:44:11 (GMT)
commit4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch)
tree88c04dae96cda14478872c7aa34861c2f977ecb2 /src/PlacementStrategy.hh
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/PlacementStrategy.hh')
-rw-r--r--src/PlacementStrategy.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/PlacementStrategy.hh b/src/PlacementStrategy.hh
index 5cd5c39..046f0ff 100644
--- a/src/PlacementStrategy.hh
+++ b/src/PlacementStrategy.hh
@@ -24,9 +24,7 @@
24#ifndef PLACEMENTSTRATEGY_HH 24#ifndef PLACEMENTSTRATEGY_HH
25#define PLACEMENTSTRATEGY_HH 25#define PLACEMENTSTRATEGY_HH
26 26
27#include <list> 27class FluxboxWindow;
28
29#include "Window.hh"
30 28
31struct PlacementStrategy { 29struct PlacementStrategy {
32 /** 30 /**