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?
This commit is contained in:
Axel Dörfler 2015-02-02 22:11:39 +01:00
parent 10203293d1
commit e661df2980

View File

@ -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 <FindDirectory.h>
#include <String.h>
#include <StringList.h>
class BPath;
class BStringList;
struct entry_ref;