Now it's self-containing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19869 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-19 22:59:28 +00:00
parent 2313ae7997
commit dff7fdee70

View File

@ -1,11 +1,12 @@
//---------------------------------------------------------------------- /*
// This software is part of the Haiku distribution and is covered * Copyright 2003-2007, Haiku Inc. All Rights Reserved.
// by the MIT license. * Distributed under the terms of the MIT License.
//--------------------------------------------------------------------- */
#ifndef _DISK_DEVICE_LIST_H #ifndef _DISK_DEVICE_LIST_H
#define _DISK_DEVICE_LIST_H #define _DISK_DEVICE_LIST_H
#include <DiskDeviceDefs.h>
#include <DiskDeviceVisitor.h> #include <DiskDeviceVisitor.h>
#include <Handler.h> #include <Handler.h>
#include <ObjectList.h> #include <ObjectList.h>