From e661df29804f2703a65e23f5789c3c87c0915298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 2 Feb 2015 22:11:39 +0100 Subject: [PATCH] BPathFinder: include StringList.h for convenience. * You cannot do anything with a path finder object without a string list, so why go through all the hassle? --- headers/os/storage/PathFinder.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headers/os/storage/PathFinder.h b/headers/os/storage/PathFinder.h index 0723c65403..6b79e823d8 100644 --- a/headers/os/storage/PathFinder.h +++ b/headers/os/storage/PathFinder.h @@ -1,5 +1,5 @@ /* - * Copyright 2013, Haiku, Inc. All Rights Reserved. + * Copyright 2013-2015, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ #ifndef _PATH_FINDER_H @@ -7,11 +7,10 @@ #include -#include +#include class BPath; -class BStringList; struct entry_ref;