aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/SearchResult.cc
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/FbTk/SearchResult.cc
parentde6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff)
downloadfluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip
fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbTk/SearchResult.cc')
-rw-r--r--src/FbTk/SearchResult.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/SearchResult.cc b/src/FbTk/SearchResult.cc
index 3f36edc..68d9ecf 100644
--- a/src/FbTk/SearchResult.cc
+++ b/src/FbTk/SearchResult.cc
@@ -20,7 +20,7 @@
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22#include "SearchResult.hh" 22#include "SearchResult.hh"
23#include <vector> 23#include "ITypeAheadable.hh"
24 24
25namespace FbTk { 25namespace FbTk {
26 26