Fixed build under Dano.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-08-29 17:00:09 +00:00
parent 98396cd878
commit 324e3770e6
2 changed files with 5 additions and 2 deletions

View File

@ -5,13 +5,15 @@
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#ifndef PATH_LIST_VIEW_H
#define PATH_LIST_VIEW_H
#include "ListViews.h"
#include "PathContainer.h"
class BMenu;
class BMenuItem;
class CommandStack;
class VectorPath;
class PathListItem;

View File

@ -5,12 +5,13 @@
* Authors:
* Stephan Aßmus <superstippi@gmx.de>
*/
#ifndef SVG_IMPORTER_H
#define SVG_IMPORTER_H
#include "Importer.h"
struct entry_ref;
class SVGImporter : public Importer {
public:
SVGImporter();